diff options
Diffstat (limited to 'src/libs/engine/events/Makefile.am')
-rw-r--r-- | src/libs/engine/events/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libs/engine/events/Makefile.am b/src/libs/engine/events/Makefile.am index f3190756..a97c3bba 100644 --- a/src/libs/engine/events/Makefile.am +++ b/src/libs/engine/events/Makefile.am @@ -33,6 +33,8 @@ EXTRA_DIST = \ DisconnectionEvent.hpp \ EnablePatchEvent.cpp \ EnablePatchEvent.hpp \ + EnablePortNotificationEvent.cpp \ + EnablePortNotificationEvent.hpp \ LoadPluginsEvent.cpp \ LoadPluginsEvent.hpp \ MidiLearnEvent.cpp \ @@ -58,6 +60,8 @@ EXTRA_DIST = \ RequestPluginsEvent.hpp \ RequestPortValueEvent.cpp \ RequestPortValueEvent.hpp \ + SendPortValueEvent.cpp \ + SendPortValueEvent.hpp \ SetMetadataEvent.cpp \ SetMetadataEvent.hpp \ SetPolyphonyEvent.hpp \ |