X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=aoview%2FMakefile.am;h=00851b67a8e81e285a94f90a0ae51e5ceeb08b04;hb=d7c2d358ed8a1afc9f0ba2bd830b10f6b56dc7b1;hp=c354aa0f033d13197a00560105ae2bc787e9bde5;hpb=e506ed4b6efb86eab50204658fcd433b987e3831;p=fw%2Faltos diff --git a/aoview/Makefile.am b/aoview/Makefile.am index c354aa0f..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)\" @FLITE_INCS@ +AM_CFLAGS=$(GNOME_CFLAGS) $(ALSA_CFLAGS) -I$(top_srcdir)/src -DAOVIEW_VERSION=\"$(VERSION)\" @FLITE_INCS@ bin_PROGRAMS=aoview -aoview_LDADD=$(GNOME_LIBS) $(FLITE_LIBS) +aoview_LDADD=$(GNOME_LIBS) $(FLITE_LIBS) $(ALSA_LIBS) aoview_SOURCES = \ aoview_main.c \