From 6b76fb2295f9745a6f22b7909ac157324be2a6e5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Aug 2008 19:18:16 +0000 Subject: Install Raul Symbol.hpp. Rework aclocal include crap to not use m4 subdirectory, fix ingen building w/ python. Check for SOAP/HTTP support in ingen configure script as well. git-svn-id: http://svn.drobilla.net/lad/raul@1391 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Makefile.am | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'raul') diff --git a/raul/Makefile.am b/raul/Makefile.am index 625aa75..fd23b9e 100644 --- a/raul/Makefile.am +++ b/raul/Makefile.am @@ -3,10 +3,10 @@ raulincludedir = $(includedir)/raul raulinclude_HEADERS = \ Array.hpp \ Atom.hpp \ - AtomicInt.hpp \ - AtomicPtr.hpp \ AtomLiblo.hpp \ AtomRDF.hpp \ + AtomicInt.hpp \ + AtomicPtr.hpp \ Command.hpp \ Deletable.hpp \ DoubleBuffer.hpp \ @@ -14,30 +14,31 @@ raulinclude_HEADERS = \ JackDriver.hpp \ List.hpp \ ListImpl.hpp \ - lv2_event.h \ - Maid.hpp \ - midi_events.h \ - midi_names.h \ MIDISink.hpp \ + Maid.hpp \ Path.hpp \ PathTable.hpp \ Process.hpp \ Quantizer.hpp \ RingBuffer.hpp \ - Semaphore.hpp \ - SharedPtr.hpp \ - Slave.hpp \ SMFReader.hpp \ SMFWriter.hpp \ SRMWQueue.hpp \ SRSWQueue.hpp \ + Semaphore.hpp \ + SharedPtr.hpp \ + Slave.hpp \ Stateful.hpp \ + Symbol.hpp \ Table.hpp \ TableImpl.hpp \ Thread.hpp \ TimeSlice.hpp \ TimeStamp.hpp \ - WeakPtr.hpp + WeakPtr.hpp \ + lv2_event.h \ + midi_events.h \ + midi_names.h if WITH_LASH raulinclude_HEADERS += LashClient.hpp LashServerInterface.hpp LashProject.hpp -- cgit v1.2.1