From 096675824f3517284597256c37bdd80fe73f163a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 16 Nov 2005 07:20:57 +0000 Subject: Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file get installed on 'make install' time. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 04d3b00f4..733ec0482 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,9 @@ bin_SCRIPTS = curl-config 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 {} \; -- cgit v1.2.3