aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-12-20 03:08:56 +0000
committerDavid Robillard <d@drobilla.net>2007-12-20 03:08:56 +0000
commitbbaa070e8071f952b441553f9344e8bac06c04da (patch)
tree19a6d9036b9301e4ab966f01646f330667e5d646
parent61e1a1a8a5b4934d2bed752967d3cf2446946745 (diff)
downloadmachina-bbaa070e8071f952b441553f9344e8bac06c04da.tar.gz
machina-bbaa070e8071f952b441553f9344e8bac06c04da.tar.bz2
machina-bbaa070e8071f952b441553f9344e8bac06c04da.zip
make distcheck fixes.
git-svn-id: http://svn.drobilla.net/lad/machina@992 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--src/engine/Makefile.am3
-rw-r--r--src/engine/machina/Makefile.am1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/engine/Makefile.am b/src/engine/Makefile.am
index ccfae64..a97ba1b 100644
--- a/src/engine/Makefile.am
+++ b/src/engine/Makefile.am
@@ -18,7 +18,8 @@ libmachina_la_SOURCES = \
Mutation.cpp \
Node.cpp \
Recorder.cpp \
- SMFDriver.cpp
+ SMFDriver.cpp \
+ jack_compat.h
if WITH_JACK
libmachina_la_SOURCES += JackDriver.cpp
diff --git a/src/engine/machina/Makefile.am b/src/engine/machina/Makefile.am
index e4f4bf0..a9b3cb5 100644
--- a/src/engine/machina/Makefile.am
+++ b/src/engine/machina/Makefile.am
@@ -18,4 +18,5 @@ libmachinainclude_HEADERS = \
Problem.hpp \
Recorder.hpp \
SMFDriver.hpp \
+ Schrodinbit.hpp \
types.hpp