X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=aoview%2FMakefile.am;h=28c3d646d96615651629df5ae5ad60d62958cb27;hp=be3fbacf8c85a4a297f12a9e9f1f8a4eeb85ac36;hb=2e06772c8b6fd74f86e640ed97f0d5bc8c095c2f;hpb=17d2432a8b9c15963cd3b821f025ad33972ef477 diff --git a/aoview/Makefile.am b/aoview/Makefile.am index be3fbacf..28c3d646 100644 --- a/aoview/Makefile.am +++ b/aoview/Makefile.am @@ -1,7 +1,11 @@ VERSION=$(shell git describe) -AM_CFLAGS=$(GNOME_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 + +bin_PROGRAMS=aoview $(FLITE_PROG) aoview_slowtelem aoview_LDADD=$(GNOME_LIBS) @@ -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