summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/Makefile.am')
-rw-r--r--src/libs/engine/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libs/engine/Makefile.am b/src/libs/engine/Makefile.am
index 03c42c52..29b601a9 100644
--- a/src/libs/engine/Makefile.am
+++ b/src/libs/engine/Makefile.am
@@ -38,11 +38,13 @@ libingen_la_SOURCES = \
OSCClientSender.h \
OSCClientSender.cpp \
Buffer.h \
- Buffer.cpp \
+ AudioBuffer.h \
+ AudioBuffer.cpp \
+ MidiBuffer.h \
+ MidiBuffer.cpp \
+ BufferFactory.cpp \
Port.h \
Port.cpp \
- TypedPort.h \
- TypedPort.cpp \
InputPort.h \
InputPort.cpp \
OutputPort.h \
@@ -73,8 +75,6 @@ libingen_la_SOURCES = \
PostProcessor.cpp \
Connection.h \
Connection.cpp \
- TypedConnection.h \
- TypedConnection.cpp \
ObjectStore.h \
ObjectStore.cpp \
TransportNode.h \