summaryrefslogtreecommitdiff
path: root/libs/midi++2
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-01-08 20:31:23 +0100
committerRobin Gareus <robin@gareus.org>2015-01-09 06:11:57 +0100
commit0367aa5825657042b6a354d9fe2329698504f32c (patch)
treee39309879830e8cb276185e8658c64ddc681d1d7 /libs/midi++2
parent7f72e7d879312e0130bc840566b572b34fe0c591 (diff)
remove cruft (old unused pre-git version files)
Diffstat (limited to 'libs/midi++2')
-rw-r--r--libs/midi++2/wscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/midi++2/wscript b/libs/midi++2/wscript
index e8bfdab217..9592e31a9a 100644
--- a/libs/midi++2/wscript
+++ b/libs/midi++2/wscript
@@ -36,7 +36,6 @@ libmidi_sources = [
'midnam_patch.cc',
'mmc.cc',
'mtc.cc',
- 'version.cc',
]
def options(opt):
@@ -46,8 +45,6 @@ def options(opt):
def configure(conf):
conf.load('compiler_cxx')
- autowaf.build_version_files(path_prefix+'midi++/version.h', path_prefix+'version.cc',
- 'midipp', MAJOR, MINOR, MICRO, 'LIBMIDIPP_API', 'midi++/libmidi_visibility.h')
autowaf.configure(conf)
autowaf.check_pkg(conf, 'cppunit', uselib_store='CPPUNIT', atleast_version='1.12.0', mandatory=False)
autowaf.check_pkg(conf, 'libxml-2.0', uselib_store='XML')