summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sord.pc.in2
-rw-r--r--wscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/sord.pc.in b/sord.pc.in
index 9dd1223..981e3f8 100644
--- a/sord.pc.in
+++ b/sord.pc.in
@@ -5,6 +5,6 @@ includedir=@includedir@
Name: libsord
Version: @SORD_VERSION@
-Description: Lightweight RDF triple store based on Tokyo Cabinet
+Description: A lightweight C library for storing RDF statements in memory.
Libs: -L${libdir} -lsord
Cflags: -I${includedir}
diff --git a/wscript b/wscript
index 7480e5d..828176f 100644
--- a/wscript
+++ b/wscript
@@ -62,7 +62,7 @@ def configure(conf):
def build(bld):
# C Headers
- bld.install_files('${INCLUDEDIR}/sord', 'sord/*.h')
+ bld.install_files('${INCLUDEDIR}/sord', bld.path.ant_glob('sord/*.h'))
# Pkgconfig file
autowaf.build_pc(bld, 'SORD', SORD_VERSION, [])