X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=aoview%2FMakefile.am;h=00851b67a8e81e285a94f90a0ae51e5ceeb08b04;hp=be3fbacf8c85a4a297f12a9e9f1f8a4eeb85ac36;hb=a5782398d968e7cb11f7203afada7c216f233b3b;hpb=17d2432a8b9c15963cd3b821f025ad33972ef477 diff --git a/aoview/Makefile.am b/aoview/Makefile.am index be3fbacf..00851b67 100644 --- a/aoview/Makefile.am +++ b/aoview/Makefile.am @@ -1,9 +1,9 @@ VERSION=$(shell git describe) -AM_CFLAGS=$(GNOME_CFLAGS) -I$(top_srcdir)/src -DAOVIEW_VERSION=\"$(VERSION)\" +AM_CFLAGS=$(GNOME_CFLAGS) $(ALSA_CFLAGS) -I$(top_srcdir)/src -DAOVIEW_VERSION=\"$(VERSION)\" @FLITE_INCS@ bin_PROGRAMS=aoview -aoview_LDADD=$(GNOME_LIBS) +aoview_LDADD=$(GNOME_LIBS) $(FLITE_LIBS) $(ALSA_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