diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-06-30 16:42:26 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-06-30 17:09:01 +0200 |
commit | d24838d4da9faadee5fa954bbcee7a75bb43d12b (patch) | |
tree | 12808c785573f1d322ffbd463afd0242b902c1b7 /Makefile.am | |
parent | 0362c778418a7c0594dae5537f91247ca1dae289 (diff) | |
download | curl-d24838d4da9faadee5fa954bbcee7a75bb43d12b.tar.gz |
make: build the docs subdir only from within src
... and don't build at all in include
Prompted-by-work-by: Simon Warta
Ref: #1590
Closes #1591
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index dc66067cf..64c1ca200 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,8 +154,8 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) $(VC7_LIBVCPROJ) $(VC7_SRCVCPROJ) \ bin_SCRIPTS = curl-config -SUBDIRS = lib docs src include -DIST_SUBDIRS = $(SUBDIRS) tests packages scripts +SUBDIRS = lib src +DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcurl.pc |