summaryrefslogtreecommitdiffstats
path: root/lasso.pc.in
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-04-18 12:51:20 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-04-18 12:51:20 +0000
commit871b0cd4a4a1a62a3d83b20689c593ffba15f421 (patch)
tree25b5600014497eb8c350691f21fc370ef714294a /lasso.pc.in
parent01cbb4111583cb5df4c8aad42b06d219861ce886 (diff)
downloadlasso-871b0cd4a4a1a62a3d83b20689c593ffba15f421.tar.gz
lasso-871b0cd4a4a1a62a3d83b20689c593ffba15f421.tar.xz
lasso-871b0cd4a4a1a62a3d83b20689c593ffba15f421.zip
Added lasso.pc.in to used pkg-config
Diffstat (limited to 'lasso.pc.in')
-rw-r--r--lasso.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/lasso.pc.in b/lasso.pc.in
new file mode 100644
index 00000000..16f2409e
--- /dev/null
+++ b/lasso.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: lasso
+Version: @VERSION@
+Description: A free implementation of the Liberty Alliance specifications
+Requires: libxml-2.0 >= @LIBXML_MIN_VERSION@ libxslt >= @LIBXSLT_MIN_VERSION@ xmlsec1 >= @XMLSEC1_MIN_VERSION@
+Cflags: @LASSO_CORE_CFLAGS@
+Libs: -L${libdir} @LASSO_CORE_LIBS@