diff options
Diffstat (limited to 'suil.pc.in')
-rw-r--r-- | suil.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/suil.pc.in b/suil.pc.in new file mode 100644 index 0000000..683b340 --- /dev/null +++ b/suil.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libsuil +Version: @SUIL_VERSION@ +Description: LV2 plugin UI hosting library +Libs: -L${libdir} -lsuil +Cflags: -I${includedir} |