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

@ -69,9 +69,6 @@ def options(opt):
def configure(conf):
conf.load ('compiler_cxx')
autowaf.configure(conf)
autowaf.build_version_files(path_prefix+'canvas/version.h', path_prefix+'version.cc',
'libcanvas', conf.env['MAJOR'], conf.env['MINOR'], 0,
'LIBCANVAS_API', 'canvas/visibility.h')
autowaf.check_pkg(conf, 'cairomm-1.0', uselib_store='CAIROMM', atleast_version='1.8.4')
def build(bld):