initial commit of hand merging, plus getting "ancient" waf script to work correctly
[ardour.git] / libs / surfaces / control_protocol / wscript
index 8c083ba9eccf61ccdaad4600ace26b8042bb64f1..e3092b56060471c6b22d55bc747a76597f663628 100644 (file)
@@ -26,7 +26,7 @@ def build(bld):
             control_protocol.cc
     '''
     obj.export_includes = ['.', './control_protocol' ]
-    obj.cxxflags     = '-DPACKAGE="ardour_cp"'
+    obj.cxxflags     = '-DPACKAGE="ardour_cp" -fPIC'
     obj.includes     = ['.', './control_protocol']
     obj.name         = 'libardour_cp'
     obj.target       = 'ardourcp'