From: Marc-André Lureau Date: Thu, 8 Jan 2009 10:45:56 +0000 (+0200) Subject: build: add atomic.h and refcnt.h to libpulsecommon X-Git-Tag: submit/2.0-panda/20130828.192557~2507^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8b3d8b79c0d6e41aad430a08b683d7c327ccf16;p=profile%2Fivi%2Fpulseaudio-panda.git 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. --- diff --git a/src/Makefile.am b/src/Makefile.am index 48f2222..ac3c614 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -459,6 +459,7 @@ lib_LTLIBRARIES = \ libpulsecommon_@PA_MAJORMINORMICRO@_la_SOURCES = \ pulse/client-conf.c pulse/client-conf.h \ pulse/i18n.c pulse/i18n.h \ + pulsecore/atomic.h \ pulsecore/authkey.c pulsecore/authkey.h \ pulsecore/conf-parser.c pulsecore/conf-parser.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/queue.c pulsecore/queue.h \ pulsecore/random.c pulsecore/random.h \ + pulsecore/refcnt.h \ pulsecore/rtclock.c pulsecore/rtclock.h \ pulsecore/shm.c pulsecore/shm.h \ pulsecore/socket-client.c pulsecore/socket-client.h \