diff options
| author | Keith Packard <keithp@keithp.com> | 2011-07-09 18:41:15 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-07-16 14:26:44 -0700 |
| commit | 8c20030ea4eb8e068e1ba88e01d07dfbc27bd7db (patch) | |
| tree | 63d1d83193db489ea60c6cef8a8ece453f1afd3a /altosui/Makefile.am | |
| parent | 7bb11b716ccb6c80701bc3f34ecf9bef97cbbfc9 (diff) | |
altosui: Start adding support for scanning radio for available devices
This is untested.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
| -rw-r--r-- | altosui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 6e64acab..0a3ed0b1 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -83,6 +83,7 @@ altosui_JAVA = \ AltosReplayReader.java \ AltosRomconfig.java \ AltosRomconfigUI.java \ + AltosScanUI.java \ AltosSerial.java \ AltosSerialInUseException.java \ AltosSerialMonitor.java \ |
