mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
add rtpoll, rtclock, rtsig to Makefile
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1691 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
dc9d80326e
commit
8568f7038c
1 changed files with 10 additions and 1 deletions
|
|
@ -238,7 +238,8 @@ noinst_PROGRAMS = \
|
|||
flist-test \
|
||||
asyncq-test \
|
||||
asyncmsgq-test \
|
||||
queue-test
|
||||
queue-test \
|
||||
rtpoll-test
|
||||
|
||||
if HAVE_SIGXCPU
|
||||
noinst_PROGRAMS += \
|
||||
|
|
@ -313,6 +314,11 @@ queue_test_CFLAGS = $(AM_CFLAGS)
|
|||
queue_test_LDADD = $(AM_LDADD) libpulsecore.la
|
||||
queue_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
rtpoll_test_SOURCES = tests/rtpoll-test.c
|
||||
rtpoll_test_CFLAGS = $(AM_CFLAGS)
|
||||
rtpoll_test_LDADD = $(AM_LDADD) libpulsecore.la
|
||||
rtpoll_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
|
||||
|
|
@ -680,6 +686,9 @@ libpulsecore_la_SOURCES += \
|
|||
pulsecore/fdsem.c pulsecore/fdsem.h \
|
||||
pulsecore/object.c pulsecore/object.h \
|
||||
pulsecore/msgobject.c pulsecore/msgobject.h \
|
||||
pulsecore/rtsig.c pulsecore/rtsog.h \
|
||||
pulsecore/rtpoll.c pulsecore/rtpoll.h \
|
||||
pulsecore/rtclock.c pulsecore/rtclock.h \
|
||||
pulsecore/macro.h \
|
||||
$(PA_THREAD_OBJS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue