From 07e2e5c82e533d12b902dab619a2f74970aca09b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 31 Jan 2011 03:27:31 +0000 Subject: Fix installation. git-svn-id: http://svn.drobilla.net/sord/trunk@13 3d64ff67-21c5-427c-a301-fe4f08042e5a --- sord.pc.in | 2 +- wscript | 2 +- 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, []) -- cgit v1.2.1