summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-09-30 21:19:06 +0000
committerDavid Robillard <d@drobilla.net>2007-09-30 21:19:06 +0000
commitffc6f457d61460ca73bb24a3d7e583f90d54ecd2 (patch)
treee9dc5de06ba8e10d4ea78be73c0ab6ad621bbb4e /src/libs/engine/events/Makefile.am
parent399ddfc5b1d4f1f131362d0439821778c6681b23 (diff)
downloadingen-ffc6f457d61460ca73bb24a3d7e583f90d54ecd2.tar.gz
ingen-ffc6f457d61460ca73bb24a3d7e583f90d54ecd2.tar.bz2
ingen-ffc6f457d61460ca73bb24a3d7e583f90d54ecd2.zip
Port "monitoring" -> Port "broadcasting" to avoid confusion with the usual use of (audible) "monitoring", which Ingen will probably have one of these days.
git-svn-id: http://svn.drobilla.net/lad/ingen@789 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/events/Makefile.am')
-rw-r--r--src/libs/engine/events/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/Makefile.am b/src/libs/engine/events/Makefile.am
index d6b671a3..e634b63b 100644
--- a/src/libs/engine/events/Makefile.am
+++ b/src/libs/engine/events/Makefile.am
@@ -33,8 +33,8 @@ EXTRA_DIST = \
DisconnectionEvent.hpp \
EnablePatchEvent.cpp \
EnablePatchEvent.hpp \
- EnablePortMonitoringEvent.cpp \
- EnablePortMonitoringEvent.hpp \
+ EnablePortBroadcastingEvent.cpp \
+ EnablePortBroadcastingEvent.hpp \
LoadPluginsEvent.cpp \
LoadPluginsEvent.hpp \
MidiLearnEvent.cpp \