diff options
-rw-r--r-- | sord.pc.in | 2 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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} @@ -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, []) |