summaryrefslogtreecommitdiff
path: root/libs/midi++2/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-04-23 15:29:45 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-04-23 15:29:45 +0000
commit1660f00ff3777b2bd52a4c73fe9aa43050f8ad34 (patch)
tree83ab8e6b2ee51302372fadb4d7ffe98340cde61f /libs/midi++2/wscript
parent4bfdcc18bd5284879d02a4ed9f44905ba84058d4 (diff)
libmidi++: split apart "base-y" aspects of MIDI::Port into MIDI::PortBase and make MIDI::Port derive from it. This actually makes MIDI::Port effectively into MIDI::JackPort, but i'm not interested in the name changing at that level at this moment in time
git-svn-id: svn://localhost/ardour2/branches/3.0@12064 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/midi++2/wscript')
-rw-r--r--libs/midi++2/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/midi++2/wscript b/libs/midi++2/wscript
index b810bdc802..eccefe695d 100644
--- a/libs/midi++2/wscript
+++ b/libs/midi++2/wscript
@@ -49,6 +49,7 @@ def build(bld):
channel.cc
manager.cc
parser.cc
+ port_base.cc
port.cc
midnam_patch.cc
mmc.cc