From 0367aa5825657042b6a354d9fe2329698504f32c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 8 Jan 2015 20:31:23 +0100 Subject: remove cruft (old unused pre-git version files) --- libs/midi++2/wscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'libs/midi++2') 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') -- cgit v1.2.3