summaryrefslogtreecommitdiff
path: root/libs/pbd/wscript
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-01-08 20:31:23 +0100
committerRobin Gareus <robin@gareus.org>2015-01-09 06:11:57 +0100
commit0367aa5825657042b6a354d9fe2329698504f32c (patch)
treee39309879830e8cb276185e8658c64ddc681d1d7 /libs/pbd/wscript
parent7f72e7d879312e0130bc840566b572b34fe0c591 (diff)
remove cruft (old unused pre-git version files)
Diffstat (limited to 'libs/pbd/wscript')
-rw-r--r--libs/pbd/wscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/pbd/wscript b/libs/pbd/wscript
index cb55437ae4..8f947fbb26 100644
--- a/libs/pbd/wscript
+++ b/libs/pbd/wscript
@@ -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')