summaryrefslogtreecommitdiff
path: root/aoview/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-06-30 11:58:30 -0700
committerKeith Packard <keithp@keithp.com>2009-06-30 11:58:30 -0700
commit2e06772c8b6fd74f86e640ed97f0d5bc8c095c2f (patch)
tree25ab1b92d9403364549cbfc005f2eeccc2ba86d8 /aoview/Makefile.am
parent566dde161385263700eaae51095eecfa9b5972ee (diff)
Add telem replay and larger labels
Replays telemetry files in real time Shows height/state/rssi in big values at the top. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'aoview/Makefile.am')
-rw-r--r--aoview/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/aoview/Makefile.am b/aoview/Makefile.am
index 86811bfe..28c3d646 100644
--- a/aoview/Makefile.am
+++ b/aoview/Makefile.am
@@ -5,7 +5,7 @@ if USE_FLITE
FLITE_PROG=aoview_flite
endif
-bin_PROGRAMS=aoview $(FLITE_PROG)
+bin_PROGRAMS=aoview $(FLITE_PROG) aoview_slowtelem
aoview_LDADD=$(GNOME_LIBS)
@@ -23,11 +23,16 @@ aoview_SOURCES = \
aoview_file.c \
aoview_eeprom.c \
aoview_voice.c \
+ aoview_replay.c \
+ aoview_label.c \
aoview.h
aoview_flite_SOURCES = \
aoview_flite.c
+aoview_slowtelem_SOURCES = \
+ aoview_slowtelem.c
+
aoview_flite_LDADD=@FLITE_LIBS@
BUILT_SOURCES = aoview_glade.h