Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file get

installed on 'make install' time.
This commit is contained in:
Daniel Stenberg
2005-11-16 07:20:57 +00:00
parent 80bfa76ac9
commit 096675824f
3 changed files with 10 additions and 1 deletions

View File

@@ -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 {} \;