From df5586bddc6bcc8f1d09c2e3f7aacbfdda0789b7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Feb 2007 18:01:47 +0000 Subject: RAUL install fixes. git-svn-id: http://svn.drobilla.net/lad/raul@313 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Makefile.am | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/raul/Makefile.am b/raul/Makefile.am index 302fc1f..bd233a9 100644 --- a/raul/Makefile.am +++ b/raul/Makefile.am @@ -1,28 +1,31 @@ raulincludedir = $(includedir)/raul raulinclude_HEADERS = \ - SharedPtr.h \ - WeakPtr.h \ - Path.h \ - SRSWQueue.h \ - SRMWQueue.h \ - Semaphore.h \ - Mutex.h \ - Condition.h \ - Process.h \ - Thread.h \ - Slave.h \ + Array.h \ Atom.h \ - JackDriver.h \ - RDFQuery.h \ - Namespaces.h \ + AtomLiblo.h \ + AtomRaptor.h \ AtomicInt.h \ AtomicPtr.h \ + Condition.h \ Deletable.h \ + JackDriver.h \ List.h \ - Array.h \ - Maid.h\ - Stateful.h + Maid.h \ + Mutex.h \ + Namespaces.h \ + Path.h \ + Process.h \ + RDFQuery.h \ + RDFWriter.h \ + SRMWQueue.h \ + SRSWQueue.h \ + Semaphore.h \ + SharedPtr.h \ + Slave.h \ + Stateful.h \ + Thread.h \ + WeakPtr.h if WITH_LIBLO raulinclude_HEADERS += AtomLiblo.h @@ -31,3 +34,4 @@ endif if WITH_RAPTOR raulinclude_HEADERS += AtomRaptor.h endif + -- cgit v1.2.1