libgpg-error-1.0 pkgconfig file

Albert Chin gcrypt-devel at mlists.thewrittenword.com
Fri Jan 21 07:56:25 CET 2005


pkgconfig file for libgpg-error-1.0.

-- 
albert chin (china at thewrittenword.com)

-- snip snip
--- /dev/null	Sun Mar 24 15:28:28 2002
+++ libgpg-error.pc.in	Thu Jan 20 21:23:54 2005
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libgpg-error
+Description: Library of common error values for all GnuPG components
+Version: @VERSION@
+Libs: -L${libdir} -lgpg-error
+Cflags: -I${includedir}
--- configure.ac.orig	Fri Dec 24 20:16:34 2004
+++ configure.ac	Fri Jan 21 00:53:53 2005
@@ -86,6 +86,7 @@
 
 # Checks for library functions.
 AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([libgpg-error.pc])
 AC_CONFIG_FILES([po/Makefile.in m4/Makefile])
 AC_CONFIG_FILES([src/Makefile tests/Makefile])
 AC_OUTPUT
--- Makefile.am.orig	Thu Jan 20 21:24:18 2005
+++ Makefile.am	Thu Jan 20 21:24:30 2005
@@ -23,6 +23,9 @@
 
 EXTRA_DIST = autogen.sh config.rpath libgpg-error.spec.in 
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libgpg-error.pc
+
 dist-hook:
 	sed -e 's/@pkg_version@/$(VERSION)/g' \
 	    $(top_srcdir)/libgpg-error.spec.in  > $(distdir)/libgpg-error.spec



More information about the Gcrypt-devel mailing list