mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
update Makefile
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1390 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
0e96d8b7bc
commit
9358d28c21
1 changed files with 13 additions and 5 deletions
|
|
@ -200,7 +200,8 @@ noinst_PROGRAMS = \
|
||||||
ipacl-test \
|
ipacl-test \
|
||||||
hook-list-test \
|
hook-list-test \
|
||||||
memblock-test \
|
memblock-test \
|
||||||
thread-test
|
thread-test \
|
||||||
|
flist-test
|
||||||
|
|
||||||
if HAVE_SIGXCPU
|
if HAVE_SIGXCPU
|
||||||
noinst_PROGRAMS += \
|
noinst_PROGRAMS += \
|
||||||
|
|
@ -250,11 +251,16 @@ memblock_test_CFLAGS = $(AM_CFLAGS)
|
||||||
memblock_test_LDADD = $(AM_LDADD) libpulsecore.la
|
memblock_test_LDADD = $(AM_LDADD) libpulsecore.la
|
||||||
memblock_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
memblock_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||||
|
|
||||||
thread_test_SOURCES = tests/thread-test.c
|
thread_test_SOURCES = tests/thread-test.c pulse/xmalloc.c pulsecore/flist.c pulsecore/thread-posix.c pulsecore/mutex-posix.c pulsecore/log.c pulsecore/core-util.c pulse/util.c pulse/utf8.c pulsecore/core-error.c pulsecore/once-posix.c
|
||||||
thread_test_CFLAGS = $(AM_CFLAGS)
|
thread_test_CFLAGS = $(AM_CFLAGS)
|
||||||
thread_test_LDADD = $(AM_LDADD) libpulsecore.la
|
thread_test_LDADD = $(AM_LDADD)
|
||||||
thread_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
thread_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||||
|
|
||||||
|
flist_test_SOURCES = tests/flist-test.c pulse/xmalloc.c pulsecore/flist.c pulsecore/thread-posix.c pulsecore/mutex-posix.c pulsecore/log.c pulsecore/core-util.c pulse/util.c pulse/utf8.c pulsecore/core-error.c pulsecore/once-posix.c
|
||||||
|
flist_test_CFLAGS = $(AM_CFLAGS)
|
||||||
|
flist_test_LDADD = $(AM_LDADD)
|
||||||
|
flist_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||||
|
|
||||||
mcalign_test_SOURCES = tests/mcalign-test.c
|
mcalign_test_SOURCES = tests/mcalign-test.c
|
||||||
mcalign_test_CFLAGS = $(AM_CFLAGS)
|
mcalign_test_CFLAGS = $(AM_CFLAGS)
|
||||||
mcalign_test_LDADD = $(AM_LDADD) $(WINSOCK_LIBS) libpulsecore.la
|
mcalign_test_LDADD = $(AM_LDADD) $(WINSOCK_LIBS) libpulsecore.la
|
||||||
|
|
@ -625,10 +631,12 @@ libpulse_la_SOURCES += \
|
||||||
else
|
else
|
||||||
libpulsecore_la_SOURCES += \
|
libpulsecore_la_SOURCES += \
|
||||||
pulsecore/mutex-posix.c \
|
pulsecore/mutex-posix.c \
|
||||||
pulsecore/thread-posix.c
|
pulsecore/thread-posix.c \
|
||||||
|
pulsecore/once-posix.c
|
||||||
libpulse_la_SOURCES += \
|
libpulse_la_SOURCES += \
|
||||||
pulsecore/mutex-posix.c \
|
pulsecore/mutex-posix.c \
|
||||||
pulsecore/thread-posix.c
|
pulsecore/thread-posix.c \
|
||||||
|
pulecore/once-posix.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libpulsecore_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBOIL_CFLAGS)
|
libpulsecore_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBOIL_CFLAGS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue