summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-16 18:08:45 +0000
committerDavid Robillard <d@drobilla.net>2011-02-16 18:08:45 +0000
commit0fb533abe4f1c9fdf5e9d7842f3a3f1cc9136e79 (patch)
treeba518138bb594a67a89b475d46324651a974e850 /wscript
parentffec133350bad76a1a87427b75edbded52b1d255 (diff)
downloadsord-0fb533abe4f1c9fdf5e9d7842f3a3f1cc9136e79.tar.gz
sord-0fb533abe4f1c9fdf5e9d7842f3a3f1cc9136e79.tar.bz2
sord-0fb533abe4f1c9fdf5e9d7842f3a3f1cc9136e79.zip
Make serd.h C++ safe.
Add C++ API (serdmm.hpp). Add serialisation API (easily write models to files). git-svn-id: http://svn.drobilla.net/sord/trunk@36 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9b033e1..f9641bb 100644
--- a/wscript
+++ b/wscript
@@ -61,8 +61,9 @@ def configure(conf):
print
def build(bld):
- # C Headers
+ # C/C++ Headers
bld.install_files('${INCLUDEDIR}/sord', bld.path.ant_glob('sord/*.h'))
+ bld.install_files('${INCLUDEDIR}/sord', bld.path.ant_glob('sord/*.hpp'))
# Pkgconfig file
autowaf.build_pc(bld, 'SORD', SORD_VERSION, [])