X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=aoview%2FMakefile.am;h=c354aa0f033d13197a00560105ae2bc787e9bde5;hp=9f67ac40225d1b0e82d287ea47970817a914e1f3;hb=e506ed4b6efb86eab50204658fcd433b987e3831;hpb=210dbaa23cdacf3a6f2d6e23493e96ee2ac9bca7 diff --git a/aoview/Makefile.am b/aoview/Makefile.am index 9f67ac40..c354aa0f 100644 --- a/aoview/Makefile.am +++ b/aoview/Makefile.am @@ -1,9 +1,9 @@ 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 -aoview_LDADD=$(AOVIEW_LIBS) +aoview_LDADD=$(GNOME_LIBS) $(FLITE_LIBS) aoview_SOURCES = \ aoview_main.c \ @@ -18,6 +18,10 @@ aoview_SOURCES = \ aoview_util.c \ aoview_file.c \ aoview_eeprom.c \ + aoview_voice.c \ + aoview_replay.c \ + aoview_label.c \ + aoview_flite.c \ aoview.h BUILT_SOURCES = aoview_glade.h