X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=aoview%2FMakefile.am;h=28c3d646d96615651629df5ae5ad60d62958cb27;hp=9f67ac40225d1b0e82d287ea47970817a914e1f3;hb=2e06772c8b6fd74f86e640ed97f0d5bc8c095c2f;hpb=210dbaa23cdacf3a6f2d6e23493e96ee2ac9bca7 diff --git a/aoview/Makefile.am b/aoview/Makefile.am index 9f67ac40..28c3d646 100644 --- a/aoview/Makefile.am +++ b/aoview/Makefile.am @@ -1,9 +1,13 @@ VERSION=$(shell git describe) -AM_CFLAGS=$(AOVIEW_CFLAGS) -I$(top_srcdir)/src -DAOVIEW_VERSION=\"$(VERSION)\" +AM_CFLAGS=$(GNOME_CFLAGS) -I$(top_srcdir)/src -DAOVIEW_VERSION=\"$(VERSION)\" @FLITE_INCS@ -bin_PROGRAMS=aoview +if USE_FLITE +FLITE_PROG=aoview_flite +endif -aoview_LDADD=$(AOVIEW_LIBS) +bin_PROGRAMS=aoview $(FLITE_PROG) aoview_slowtelem + +aoview_LDADD=$(GNOME_LIBS) aoview_SOURCES = \ aoview_main.c \ @@ -18,8 +22,19 @@ aoview_SOURCES = \ aoview_util.c \ 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 CLEANFILES = aoview_glade.h