summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-11-10 14:58:22 +0000
committerPierre Ossman <ossman@cendio.se>2006-11-10 14:58:22 +0000
commit7933cbaf29c85e072ee3176dbb7a8baebb9263ca (patch)
treee40bab9f7805345f34f869c42a643e5185dd1396 /src
parent86f4c2108f1bac17c32c68b9a4e8880a4577d533 (diff)
Add atomic.h as a dependency at relevant places.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1415 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6adc0688..2f3bd8ab 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -77,6 +77,7 @@ PA_THREAD_OBJS = \
pulsecore/thread-win32.c pulsecore/thread.h
else
PA_THREAD_OBJS = \
+ pulsecore/atomic.h \
pulsecore/once-posix.c pulsecore/once.h \
pulsecore/mutex-posix.c pulsecore/mutex.h \
pulsecore/thread-posix.c pulsecore/thread.h
@@ -270,6 +271,7 @@ thread_test_LDADD = $(AM_LDADD) libpulsecore.la
thread_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
flist_test_SOURCES = tests/flist-test.c \
+ pulsecore/atomic.h \
pulsecore/flist.c pulsecore/flist.h
flist_test_CFLAGS = $(AM_CFLAGS)
flist_test_LDADD = $(AM_LDADD) libpulsecore.la
@@ -514,6 +516,7 @@ libpulsedsp_la_LDFLAGS = -avoid-version
pulsecoreinclude_HEADERS = \
pulsecore/autoload.h \
+ pulsecore/atomic.h \
pulsecore/cli-command.h \
pulsecore/cli-text.h \
pulsecore/client.h \