mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
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
This commit is contained in:
parent
d8dafa0d5f
commit
75ac45b0de
1 changed files with 2 additions and 0 deletions
|
|
@ -108,6 +108,8 @@ polypaudio_CFLAGS = $(AM_CFLAGS) $(LIBOIL_CFLAGS)
|
||||||
polypaudio_CPPFLAGS = $(AM_CPPFLAGS)
|
polypaudio_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
polypaudio_LDADD = $(AM_LDADD) libpolypcore.la $(LIBLTDL) \
|
polypaudio_LDADD = $(AM_LDADD) libpolypcore.la $(LIBLTDL) \
|
||||||
$(LIBSAMPLERATE_LIBS) $(LIBSNDFILE_LIBS) $(CAP_LIBS) $(LIBOIL_LIBS)
|
$(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
|
if PREOPEN_MODS
|
||||||
PREOPEN_LIBS = $(PREOPEN_MODS)
|
PREOPEN_LIBS = $(PREOPEN_MODS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue