diff options
author | David Robillard <d@drobilla.net> | 2012-02-01 06:20:03 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-01 06:20:03 +0000 |
commit | 8cb7503ed524c79272bca58cf2ff0a388093eb48 (patch) | |
tree | ea365a0f2974ff29610fe7bec08a87ef1c4c4e8f | |
parent | 5dd744e769713ab6387f473062a64efcb667b738 (diff) | |
download | lv2-8cb7503ed524c79272bca58cf2ff0a388093eb48.tar.xz |
Fix pkg-config include path.
-rw-r--r-- | ext.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ includedir=@INCLUDEDIR@ Name: LV2 @NAME@ Version: @VERSION@ Description: @DESCRIPTION@ -Cflags: -I${includedir}/@INCLUDE_PATH@ +Cflags: -I${includedir} |