[polypaudio-commits] r1008 - /trunk/src/Makefile.am

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Sat Jun 10 18:34:13 PDT 2006


Author: ossman
Date: Sun Jun 11 03:34:12 2006
New Revision: 1008

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=1008&root=polypaudio&view=rev
Log:
Add all the preopen libs to the polypaudio binary's dependency list as they
aren't automatically detected. (Closes #17)

Modified:
    trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/Makefile.am?rev=1008&root=polypaudio&r1=1007&r2=1008&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Sun Jun 11 03:34:12 2006
@@ -108,6 +108,8 @@
 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)




More information about the pulseaudio-commits mailing list