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

@ -63,7 +63,6 @@ gtkmm2ext_sources = [
'textviewer.cc',
'treeutils.cc',
'utils.cc',
'version.cc',
'visibility_tracker.cc',
'window_title.cc'
]
@ -79,8 +78,6 @@ def options(opt):
def configure(conf):
conf.load('compiler_cxx')
autowaf.build_version_files(path_prefix+'gtkmm2ext/version.h', path_prefix+'version.cc',
'libgtkmm2ext', MAJOR, MINOR, MICRO, 'LIBGTKMM2EXT_API', 'gtkmm2ext/visibility.h')
autowaf.configure(conf)
autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GTKMM', atleast_version='2.8')
autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK', atleast_version='2.12.1')