diff options
author | David Robillard <d@drobilla.net> | 2011-10-19 00:43:20 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-10-19 00:43:20 +0000 |
commit | 018877914225343b10edfa1f80628cc54242cb82 (patch) | |
tree | 474452f34115c4b3fd8fc23bb8b76edd8268a6e1 /ext.pc.template | |
parent | 8acafed02d7f2645aacc5a6947c2caaed6a45977 (diff) | |
download | lv2-018877914225343b10edfa1f80628cc54242cb82.tar.xz |
Move extension build script generation stuff into wscript configure phase
Diffstat (limited to 'ext.pc.template')
-rw-r--r-- | ext.pc.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext.pc.template b/ext.pc.template index 93dad69..88ea421 100644 --- a/ext.pc.template +++ b/ext.pc.template @@ -1,6 +1,6 @@ includedir=@INCLUDEDIR@ -Name: @NAME@ +Name: LV2 @NAME@ Version: @VERSION@ Description: @DESCRIPTION@ Cflags: -I${includedir}/@INCLUDE_PATH@ |