mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
implement typeafe hook chain
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1231 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
7f70ca31a1
commit
80d73dd21b
3 changed files with 47 additions and 1 deletions
|
|
@ -196,7 +196,8 @@ noinst_PROGRAMS = \
|
|||
thread-mainloop-test \
|
||||
utf8-test \
|
||||
get-binary-name-test \
|
||||
ipacl-test
|
||||
ipacl-test \
|
||||
hook-list-test
|
||||
|
||||
if HAVE_SIGXCPU
|
||||
noinst_PROGRAMS += \
|
||||
|
|
@ -236,6 +237,11 @@ ipacl_test_CFLAGS = $(AM_CFLAGS)
|
|||
ipacl_test_LDADD = $(AM_LDADD) libpulsecore.la
|
||||
ipacl_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
hook_list_test_SOURCES = tests/hook-list-test.c
|
||||
hook_list_test_CFLAGS = $(AM_CFLAGS)
|
||||
hook_list_test_LDADD = $(AM_LDADD) libpulsecore.la
|
||||
hook_list_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
mcalign_test_SOURCES = tests/mcalign-test.c
|
||||
mcalign_test_CFLAGS = $(AM_CFLAGS)
|
||||
mcalign_test_LDADD = $(AM_LDADD) $(WINSOCK_LIBS) libpulsecore.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue