From ae90063afb7ddabcb505f8390b3b90bc7fea96ca Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Jan 2007 04:07:53 +0000 Subject: Added atomic int/pointer classes to Raul. Added multi-writer queue to Raul. Renamed Queue SRSWQueue (single-reader single-writer). Updated patchage/ingen for Raul changes. git-svn-id: http://svn.drobilla.net/lad/raul@264 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'raul/Makefile.am') diff --git a/raul/Makefile.am b/raul/Makefile.am index 64cc7ed..a536a0e 100644 --- a/raul/Makefile.am +++ b/raul/Makefile.am @@ -4,7 +4,8 @@ raulinclude_HEADERS = \ SharedPtr.h \ WeakPtr.h \ Path.h \ - Queue.h \ + SRSWQueue.h \ + SRMWQueue.h \ Semaphore.h \ Mutex.h \ Condition.h \ @@ -14,7 +15,8 @@ raulinclude_HEADERS = \ Atom.h \ JackDriver.h \ RDFQuery.h \ - Namespaces.h + Namespaces.h \ + AtomicInt.h if WITH_LIBLO raulinclude_HEADERS += AtomLiblo.h -- cgit v1.2.1