From 2e06772c8b6fd74f86e640ed97f0d5bc8c095c2f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 30 Jun 2009 11:58:30 -0700 Subject: 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 --- aoview/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'aoview/Makefile.am') 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 -- cgit v1.2.3