cURL / Mailing Lists / curl-library / Single Mail

curl-library

Why isn't libcurl.pc installed?

From: Albert Chin <curl-library_at_mlists.thewrittenword.com>
Date: Sun, 13 Nov 2005 22:47:27 -0600

Why isn't the libcurl.pc file installed?

-- 
albert chin (china_at_thewrittenword.com)
-- snip snip
Index: Makefile.am
===================================================================
--- Makefile.am.orig	2005-11-13 16:38:38.468477000 -0600
+++ Makefile.am	2005-11-13 16:38:40.459466000 -0600
@@ -31,6 +31,9 @@
 SUBDIRS = lib src
 DIST_SUBDIRS = $(SUBDIRS) tests include packages docs
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libcurl.pc
+
 dist-hook:
 	rm -rf $(top_builddir)/tests/log
 	find $(distdir) -name "*.dist" -exec rm {} \;
Received on 2005-11-14