aboutsummaryrefslogtreecommitdiffstats
path: root/ext.pc.template
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-14 21:03:00 +0000
committerDavid Robillard <d@drobilla.net>2011-10-14 21:03:00 +0000
commit0ab849bc2b570d2e3c56ad853f1347a2e4f6a39b (patch)
treeff043f822c1cfb46def83180b46bb84411150a62 /ext.pc.template
parent177470d9efdbdf18118d1bacd55b5573a5dd36d5 (diff)
downloadlv2-0ab849bc2b570d2e3c56ad853f1347a2e4f6a39b.tar.xz
Generate pkg-config files for extensions.
Port genwscript.py to rdflib (pure python).
Diffstat (limited to 'ext.pc.template')
-rw-r--r--ext.pc.template6
1 files changed, 6 insertions, 0 deletions
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@