summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-11 01:26:07 +0000
committerDavid Robillard <d@drobilla.net>2007-02-11 01:26:07 +0000
commit5dac076bbe695e76060811e4c767ed9d1b832cb6 (patch)
tree7e45370b9a0a52b162ab66991f7d488381485b32 /src/Makefile.am
parentb80a8528382b0ee4b80faa4acb14a763a9bd4a44 (diff)
downloadraul-5dac076bbe695e76060811e4c767ed9d1b832cb6.tar.gz
raul-5dac076bbe695e76060811e4c767ed9d1b832cb6.tar.bz2
raul-5dac076bbe695e76060811e4c767ed9d1b832cb6.zip
Moved Maid from Ingen to Raul.
Working machina MIDI learn, fixes, etc, etc. git-svn-id: http://svn.drobilla.net/lad/raul@302 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index aa0b2c8..81370f4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,8 @@ lib_LTLIBRARIES = libraul.la
libraul_la_SOURCES = \
Thread.cpp \
Path.cpp \
- Namespaces.cpp
+ Namespaces.cpp \
+ Maid.cpp
if WITH_RAPTOR
libraul_la_SOURCES += RDFWriter.cpp