summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCristian Morales Vega <cristian@samknows.com>2020-10-11 23:46:53 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-10-15 16:04:21 +0200
commit3862c37b6373a55ca704171d45ba5ee91dec2c9f (patch)
treed3c498a5d9aeb2d53e079fd3b075b533ae759ddc /Makefile.am
parent88bf689f94bc5717f1826192fbe2bea252804bcb (diff)
downloadcurl-3862c37b6373a55ca704171d45ba5ee91dec2c9f.tar.gz
libcurl.pc: make it relocatable
It supposes when people specify the libdir/includedir they do it to change where under prefix/exec_prefix it should be, not to make it independent of prefix/exec_prefix. Closes #6061
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1a6d7f997..ecf9ccf0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -197,7 +197,6 @@ bin_SCRIPTS = curl-config
SUBDIRS = lib src
DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs
-pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcurl.pc
# List of files required to generate VC IDE .dsp, .vcproj and .vcxproj files