From: Pierre Ossman Date: Sun, 11 Jun 2006 01:34:12 +0000 (+0000) Subject: Add all the preopen libs to the polypaudio binary's dependency list as they X-Git-Tag: 1.0_branch~3514 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75ac45b0de4cb03fa6eeea14081824c3cb6c8f67;p=profile%2Fivi%2Fpulseaudio.git Add all the preopen libs to the polypaudio binary's dependency list as they aren't automatically detected. (Closes #17) git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1008 fefdeb5f-60dc-0310-8127-8f9354f1896f --- diff --git a/src/Makefile.am b/src/Makefile.am index de0c18d..2e68ed9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -108,6 +108,8 @@ polypaudio_CFLAGS = $(AM_CFLAGS) $(LIBOIL_CFLAGS) polypaudio_CPPFLAGS = $(AM_CPPFLAGS) polypaudio_LDADD = $(AM_LDADD) libpolypcore.la $(LIBLTDL) \ $(LIBSAMPLERATE_LIBS) $(LIBSNDFILE_LIBS) $(CAP_LIBS) $(LIBOIL_LIBS) +# This is needed because automake doesn't properly expand the foreach below +polypaudio_DEPENDENCIES = libpolypcore.la $(PREOPEN_LIBS) if PREOPEN_MODS PREOPEN_LIBS = $(PREOPEN_MODS)