diff options
author | David Robillard <d@drobilla.net> | 2010-10-04 18:21:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-04 18:21:08 +0000 |
commit | cef9811dac46a9d54dab0f0d82ce5c3ae032fc7c (patch) | |
tree | 632b911da25fc24b6b3d331d7ceffc22606b8e5b /core.lv2/lv2core.pc.in | |
parent | 61842745ab15454ee66be54a6f3bcc148a75406f (diff) | |
download | lv2-cef9811dac46a9d54dab0f0d82ce5c3ae032fc7c.tar.xz |
Initial import of lv2plug.in universe.
Diffstat (limited to 'core.lv2/lv2core.pc.in')
-rw-r--r-- | core.lv2/lv2core.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core.lv2/lv2core.pc.in b/core.lv2/lv2core.pc.in new file mode 100644 index 0000000..5c06f73 --- /dev/null +++ b/core.lv2/lv2core.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: lv2core +Version: @LV2CORE_VERSION@ +Description: LV2 plugin header and core bundle +Libs: +Cflags: -I${includedir} |