Surfaces and panners should not export headers

Those are not shared libraries but only dynamically loaded
plugin objects. Their headers are their own.
This commit is contained in:
Robin Gareus
2022-11-19 01:11:53 +01:00
parent 37251faaf1
commit 3f3d0c7e49
17 changed files with 0 additions and 17 deletions

View File

@@ -34,7 +34,6 @@ def build(bld):
track_mix.cc
utils.cc
'''
obj.export_includes = ['.']
obj.defines = [ 'PACKAGE="ardour_push2"' ]
obj.defines += [ 'ARDOURSURFACE_DLL_EXPORTS' ]
obj.defines += [ 'VERSIONSTRING="' + bld.env['VERSION'] + '"' ]