mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove cruft (old unused pre-git version files)
This commit is contained in:
parent
7f72e7d879
commit
0367aa5825
9 changed files with 0 additions and 48 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue