From 6ed65a4a3b14d204a24ab63fa907f8e9adce01dc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 10 Jun 2008 17:41:26 +0000 Subject: Fix 'disconnect' operation for all objects (inc. patch ports). Fixes ticket #147. git-svn-id: http://svn.drobilla.net/lad/ingen@1265 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/events/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/libs/engine/events/Makefile.am') diff --git a/src/libs/engine/events/Makefile.am b/src/libs/engine/events/Makefile.am index f437be2c..18b02d8c 100644 --- a/src/libs/engine/events/Makefile.am +++ b/src/libs/engine/events/Makefile.am @@ -17,10 +17,8 @@ EXTRA_DIST = \ DeactivateEvent.hpp \ DestroyEvent.cpp \ DestroyEvent.hpp \ - DisconnectNodeEvent.cpp \ - DisconnectNodeEvent.hpp \ - DisconnectPortEvent.cpp \ - DisconnectPortEvent.hpp \ + DisconnectAllEvent.cpp \ + DisconnectAllEvent.hpp \ DisconnectionEvent.cpp \ DisconnectionEvent.hpp \ EnablePatchEvent.cpp \ -- cgit v1.2.1