aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Makefile.am')
-rw-r--r--src/engine/Makefile.am3
1 files changed, 2 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