added pkg-config file from Rodrigo Moya Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Thu, 20 Dec 2001 13:59:22 +0000 (13:59 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Thu, 20 Dec 2001 13:59:22 +0000 (13:59 +0000)
* libxslt.pc.in configure.in: added pkg-config file from Rodrigo Moya
Daniel

ChangeLog
Makefile.am
configure.in
libxslt.pc.in [new file with mode: 0644]
libxslt/xsltwin32config.h

index 03659dd..795f703 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 20 14:54:27 CET 2001 Daniel Veillard <daniel@veillard.com>
+
+       * libxslt.pc.in configure.in: added pkg-config file from Rodrigo Moya
+
 Thu Dec 20 14:49:39 CET 2001 Daniel Veillard <daniel@veillard.com>
 
        * configure.in: applied albert portability patch
index cefe037..4d2701d 100644 (file)
@@ -56,3 +56,5 @@ cleantar:
 rpm: cleantar dist
        rpm -ta libxslt*.tar.gz
 
+pkgconfigdir=$(libdir)/pkgconfig
+pkgconfig_DATA = libxslt.pc
index 24c17f6..b2885c3 100644 (file)
@@ -312,6 +312,7 @@ AC_SUBST(XSLT_LIBS)
 
 AC_OUTPUT([
 Makefile
+libxslt.pc
 libxslt/Makefile
 libxslt/xsltconfig.h
 libxslt/xsltwin32config.h
diff --git a/libxslt.pc.in b/libxslt.pc.in
new file mode 100644 (file)
index 0000000..e46a469
--- /dev/null
@@ -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@
index 929cff1..fcea621 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef __XML_XSLTWIN32CONFIG_H__
 #define __XML_XSLTWIN32CONFIG_H__
 
-#include <win32config.h>
+#include "win32config.h"
 
 #ifdef __cplusplus
 extern "C" {