diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-12-20 13:59:22 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-12-20 13:59:22 +0000 |
commit | f2cbd29654565bcb0545101907e4575043a53acc (patch) | |
tree | 3a0274d27b1c65e8884acb796b3b6466bb5d52db /libxslt.pc.in | |
parent | 40b27fb86ec1304498081f8723828e960f508590 (diff) | |
download | libxslt-f2cbd29654565bcb0545101907e4575043a53acc.tar.gz libxslt-f2cbd29654565bcb0545101907e4575043a53acc.tar.bz2 libxslt-f2cbd29654565bcb0545101907e4575043a53acc.zip |
added pkg-config file from Rodrigo Moya Daniel
* libxslt.pc.in configure.in: added pkg-config file from Rodrigo Moya
Daniel
Diffstat (limited to 'libxslt.pc.in')
-rw-r--r-- | libxslt.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libxslt.pc.in b/libxslt.pc.in new file mode 100644 index 00000000..e46a469d --- /dev/null +++ b/libxslt.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + + +Name: libxslt +Version: @VERSION@ +Description: XSLT library version 2. +Requires: +Libs: @XSLT_LIBDIR@ @XSLT_LIBS@ +Cflags: @XSLT_INCLUDEDIR@ |