From 0ab849bc2b570d2e3c56ad853f1347a2e4f6a39b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 14 Oct 2011 21:03:00 +0000 Subject: Generate pkg-config files for extensions. Port genwscript.py to rdflib (pure python). --- ext.pc.template | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ext.pc.template (limited to 'ext.pc.template') diff --git a/ext.pc.template b/ext.pc.template new file mode 100644 index 0000000..93dad69 --- /dev/null +++ b/ext.pc.template @@ -0,0 +1,6 @@ +includedir=@INCLUDEDIR@ + +Name: @NAME@ +Version: @VERSION@ +Description: @DESCRIPTION@ +Cflags: -I${includedir}/@INCLUDE_PATH@ -- cgit v1.2.1