summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-09-30 16:50:21 +0000
committerDavid Robillard <d@drobilla.net>2008-09-30 16:50:21 +0000
commit93850c202de8b073a1ce1dd8bd246d407bce4e2f (patch)
tree6910b135bf4eff12de1af116cef73f6e9c107cd0 /src/libs/engine/events/Makefile.am
parenta8bf5272d096de73507d2eab47f282c345f4ca8a (diff)
downloadingen-93850c202de8b073a1ce1dd8bd246d407bce4e2f.tar.gz
ingen-93850c202de8b073a1ce1dd8bd246d407bce4e2f.tar.bz2
ingen-93850c202de8b073a1ce1dd8bd246d407bce4e2f.zip
Flatten ingen source directory heirarchy a bit.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1551 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/events/Makefile.am')
-rw-r--r--src/libs/engine/events/Makefile.am63
1 files changed, 0 insertions, 63 deletions
diff --git a/src/libs/engine/events/Makefile.am b/src/libs/engine/events/Makefile.am
deleted file mode 100644
index 9a8cfbd5..00000000
--- a/src/libs/engine/events/Makefile.am
+++ /dev/null
@@ -1,63 +0,0 @@
-MAINTAINERCLEANFILES = Makefile.in
-
-EXTRA_DIST = \
- AllNotesOffEvent.cpp \
- AllNotesOffEvent.hpp \
- ClearPatchEvent.cpp \
- ClearPatchEvent.hpp \
- ConnectionEvent.cpp \
- ConnectionEvent.hpp \
- CreateNodeEvent.cpp \
- CreateNodeEvent.hpp \
- CreatePatchEvent.cpp \
- CreatePatchEvent.hpp \
- CreatePortEvent.cpp \
- CreatePortEvent.hpp \
- DeactivateEvent.cpp \
- DeactivateEvent.hpp \
- DestroyEvent.cpp \
- DestroyEvent.hpp \
- DisconnectAllEvent.cpp \
- DisconnectAllEvent.hpp \
- DisconnectionEvent.cpp \
- DisconnectionEvent.hpp \
- EnablePatchEvent.cpp \
- EnablePatchEvent.hpp \
- LoadPluginsEvent.cpp \
- LoadPluginsEvent.hpp \
- MidiLearnEvent.cpp \
- MidiLearnEvent.hpp \
- NoteEvent.cpp \
- NoteEvent.hpp \
- PingQueuedEvent.hpp \
- RegisterClientEvent.cpp \
- RegisterClientEvent.hpp \
- RenameEvent.cpp \
- RenameEvent.hpp \
- RequestAllObjectsEvent.cpp \
- RequestAllObjectsEvent.hpp \
- RequestMetadataEvent.cpp \
- RequestMetadataEvent.hpp \
- RequestObjectEvent.cpp \
- RequestObjectEvent.hpp \
- RequestPluginEvent.cpp \
- RequestPluginEvent.hpp \
- RequestPluginsEvent.cpp \
- RequestPluginsEvent.hpp \
- RequestPortValueEvent.cpp \
- RequestPortValueEvent.hpp \
- SendPortActivityEvent.cpp \
- SendPortActivityEvent.hpp \
- SendPortValueEvent.cpp \
- SendPortValueEvent.hpp \
- SetMetadataEvent.cpp \
- SetMetadataEvent.hpp \
- SetPolyphonicEvent.cpp \
- SetPolyphonicEvent.hpp \
- SetPolyphonyEvent.cpp \
- SetPolyphonyEvent.hpp \
- SetPortValueEvent.cpp \
- SetPortValueEvent.hpp \
- UnregisterClientEvent.cpp \
- UnregisterClientEvent.hpp
-