diff options
author | David Robillard <d@drobilla.net> | 2011-11-07 03:32:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-07 03:32:56 +0000 |
commit | 2e4db9e54a5b14c387767d9d552976497d0fb550 (patch) | |
tree | 6b2d35d9c5c228735fea3db5d325c16f7aba24d7 /ext.pc.in | |
parent | 46842827988ae464c4940cd938ebe258bc0446be (diff) | |
download | lv2-2e4db9e54a5b14c387767d9d552976497d0fb550.tar.xz |
Remove generated junk from source directory in favour of a smarter extension wscript that figures out the necessary data from RDF (so the wscript itself can be identical for every extension).
Diffstat (limited to 'ext.pc.in')
-rw-r--r-- | ext.pc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext.pc.in b/ext.pc.in new file mode 100644 index 0000000..88ea421 --- /dev/null +++ b/ext.pc.in @@ -0,0 +1,6 @@ +includedir=@INCLUDEDIR@ + +Name: LV2 @NAME@ +Version: @VERSION@ +Description: @DESCRIPTION@ +Cflags: -I${includedir}/@INCLUDE_PATH@ |