remove cruft (old unused pre-git version files)

This commit is contained in:
Robin Gareus 2015-01-08 20:31:23 +01:00
parent 7f72e7d879
commit 0367aa5825
9 changed files with 0 additions and 48 deletions

View file

@ -80,7 +80,6 @@ libpbd_sources = [
'transmitter.cc',
'undo.cc',
'uuid.cc',
'version.cc',
'whitespace.cc',
'xml++.cc',
]
@ -90,8 +89,6 @@ def options(opt):
def configure(conf):
conf.load('compiler_cxx')
autowaf.build_version_files(path_prefix+'pbd/version.h', path_prefix+'version.cc',
'libpbd', MAJOR, MINOR, MICRO, 'LIBPBD_API', 'pbd/libpbd_visibility.h')
autowaf.configure(conf)
autowaf.check_pkg(conf, 'libxml-2.0', uselib_store='XML')
autowaf.check_pkg(conf, 'sigc++-2.0', uselib_store='SIGCPP', atleast_version='2.0')