summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/pbd/stateful.h6
-rw-r--r--libs/pbd/wscript2
2 files changed, 4 insertions, 4 deletions
diff --git a/libs/pbd/pbd/stateful.h b/libs/pbd/pbd/stateful.h
index 7035af57c3..ab09b7aa84 100644
--- a/libs/pbd/pbd/stateful.h
+++ b/libs/pbd/pbd/stateful.h
@@ -35,11 +35,11 @@ class XMLNode;
namespace PBD {
namespace sys {
- class LIBPBD_API path;
+ class path;
}
-class LIBPBD_API PropertyList;
-class LIBPBD_API OwnedPropertyList;
+class PropertyList;
+class OwnedPropertyList;
/** Base class for objects with saveable and undoable state */
class LIBPBD_API Stateful {
diff --git a/libs/pbd/wscript b/libs/pbd/wscript
index be68c40dbf..516f848010 100644
--- a/libs/pbd/wscript
+++ b/libs/pbd/wscript
@@ -86,7 +86,7 @@ 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', 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')