mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-14 06:59:53 -05:00
We get the -lcap through LIBS, so no need for CAP_LIBS.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@461 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
104797b5a0
commit
917d8765c6
2 changed files with 2 additions and 3 deletions
|
|
@ -104,7 +104,7 @@ polypaudio_SOURCES = \
|
|||
polypaudio_CFLAGS = $(AM_CFLAGS)
|
||||
polypaudio_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
polypaudio_LDADD = $(AM_LDADD) libpolypcore.la $(LIBLTDL) \
|
||||
$(LIBSAMPLERATE_LIBS) $(LIBSNDFILE_LIBS) $(CAP_LIBS)
|
||||
$(LIBSAMPLERATE_LIBS) $(LIBSNDFILE_LIBS)
|
||||
polypaudio_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) -dlopen force $(foreach f,$(PREOPEN_LIBS),-dlopen $(f))
|
||||
|
||||
if PREOPEN_MODS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue