summaryrefslogtreecommitdiffstats
path: root/raul/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-09 22:39:56 +0000
committerDavid Robillard <d@drobilla.net>2007-02-09 22:39:56 +0000
commite2f96603707c75071edaea6df940751c5e2fd261 (patch)
treeebccd3ffa3a8a9f07fd465dbdd5a0b8b537c08b4 /raul/Makefile.am
parent6ba53b4851df28e68f68f68129bf7d869dfb2b67 (diff)
downloadraul-e2f96603707c75071edaea6df940751c5e2fd261.tar.gz
raul-e2f96603707c75071edaea6df940751c5e2fd261.tar.bz2
raul-e2f96603707c75071edaea6df940751c5e2fd261.zip
Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul.
git-svn-id: http://svn.drobilla.net/lad/raul@294 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/Makefile.am')
-rw-r--r--raul/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/raul/Makefile.am b/raul/Makefile.am
index a536a0e..72ab43f 100644
--- a/raul/Makefile.am
+++ b/raul/Makefile.am
@@ -16,7 +16,10 @@ raulinclude_HEADERS = \
JackDriver.h \
RDFQuery.h \
Namespaces.h \
- AtomicInt.h
+ AtomicInt.h \
+ Deletable.h \
+ List.h \
+ Array.h
if WITH_LIBLO
raulinclude_HEADERS += AtomLiblo.h