mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
build: add atomic.h and refcnt.h to libpulsecommon
I choose libpulsecommon over libpulsecore because some files
from libpulsecommon (eg. once.{c,h}) include them.
This commit is contained in:
parent
db193f1720
commit
c8b3d8b79c
1 changed files with 2 additions and 0 deletions
|
|
@ -459,6 +459,7 @@ lib_LTLIBRARIES = \
|
||||||
libpulsecommon_@PA_MAJORMINORMICRO@_la_SOURCES = \
|
libpulsecommon_@PA_MAJORMINORMICRO@_la_SOURCES = \
|
||||||
pulse/client-conf.c pulse/client-conf.h \
|
pulse/client-conf.c pulse/client-conf.h \
|
||||||
pulse/i18n.c pulse/i18n.h \
|
pulse/i18n.c pulse/i18n.h \
|
||||||
|
pulsecore/atomic.h \
|
||||||
pulsecore/authkey.c pulsecore/authkey.h \
|
pulsecore/authkey.c pulsecore/authkey.h \
|
||||||
pulsecore/conf-parser.c pulsecore/conf-parser.h \
|
pulsecore/conf-parser.c pulsecore/conf-parser.h \
|
||||||
pulsecore/core-error.c pulsecore/core-error.h \
|
pulsecore/core-error.c pulsecore/core-error.h \
|
||||||
|
|
@ -496,6 +497,7 @@ libpulsecommon_@PA_MAJORMINORMICRO@_la_SOURCES = \
|
||||||
pulsecore/pstream.c pulsecore/pstream.h \
|
pulsecore/pstream.c pulsecore/pstream.h \
|
||||||
pulsecore/queue.c pulsecore/queue.h \
|
pulsecore/queue.c pulsecore/queue.h \
|
||||||
pulsecore/random.c pulsecore/random.h \
|
pulsecore/random.c pulsecore/random.h \
|
||||||
|
pulsecore/refcnt.h \
|
||||||
pulsecore/rtclock.c pulsecore/rtclock.h \
|
pulsecore/rtclock.c pulsecore/rtclock.h \
|
||||||
pulsecore/shm.c pulsecore/shm.h \
|
pulsecore/shm.c pulsecore/shm.h \
|
||||||
pulsecore/socket-client.c pulsecore/socket-client.h \
|
pulsecore/socket-client.c pulsecore/socket-client.h \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue