2014-06-11 15:43:24 +00:00
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
2020-06-30 20:21:24 +00:00
|
|
|
@@ -192,7 +192,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
|
2014-06-11 15:43:24 +00:00
|
|
|
bin_SCRIPTS = curl-config
|
|
|
|
|
2017-09-25 03:00:51 +00:00
|
|
|
SUBDIRS = lib src
|
|
|
|
-DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs
|
|
|
|
+DIST_SUBDIRS = $(SUBDIRS) packages include
|
2014-06-11 15:43:24 +00:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = libcurl.pc
|
2020-06-30 20:21:24 +00:00
|
|
|
@@ -303,8 +303,8 @@ cygwinbin:
|
2017-05-13 11:41:30 +00:00
|
|
|
# We extend the standard install with a custom hook:
|
|
|
|
install-data-hook:
|
2020-06-30 20:21:24 +00:00
|
|
|
(cd include && $(MAKE) install)
|
2020-05-02 13:03:47 +00:00
|
|
|
- (cd docs && $(MAKE) install)
|
|
|
|
- (cd docs/libcurl && $(MAKE) install)
|
|
|
|
+ #(cd docs && $(MAKE) install)
|
|
|
|
+ #(cd docs/libcurl && $(MAKE) install)
|
2014-09-13 20:26:08 +00:00
|
|
|
|
2017-05-13 11:41:30 +00:00
|
|
|
# We extend the standard uninstall with a custom hook:
|
|
|
|
uninstall-hook:
|