From 9948cb09a3e1b976ad1705df06ef24216a61bf85 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 29 Aug 2006 01:15:51 +0000 Subject: add lock-free reference counting macros, based on libatomic-ops git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1341 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c4988d8e..c9942cff 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -527,7 +527,9 @@ pulsecoreinclude_HEADERS = \ pulsecore/strbuf.h \ pulsecore/tokenizer.h \ pulsecore/creds.h \ - pulsecore/shm.h + pulsecore/shm.h \ + pulsecore/llist.h \ + pulsecore/refcnt.h lib_LTLIBRARIES += libpulsecore.la -- cgit