diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-11-07 18:26:38 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-11-09 09:13:06 +0100 |
commit | 259c70a9303eb65611441550d1cbe54d914356f8 (patch) | |
tree | 88eeea71676edbcb84611d2a664d42992f202b9e /Makefile.am | |
parent | fa6bbbe167873cd5a9d9c42714bf0d1a889c0e9b (diff) | |
download | curl-259c70a9303eb65611441550d1cbe54d914356f8.tar.gz |
Revert "libcurl.pc: make it relocatable"
This reverts commit 3862c37b6373a55ca704171d45ba5ee91dec2c9f.
That fix should either be done differently or with an option.
Reported-by: asavah on github
Fixes #6157
Closes #6183
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5b86a5152..16adc9833 100644 --- a/Makefile.am +++ b/Makefile.am @@ -197,6 +197,7 @@ 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 |