diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-04-22 13:16:04 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-04-22 13:16:04 +0200 |
commit | 1fd33e3ec8fcfe6f5797b212980ececd6bdb9d03 (patch) | |
tree | 506facc32a048a68d32cf8b0a4a42075b24d9458 /src | |
parent | 22691f849ac959ffaa821a3ca7f746ee54bd5e52 (diff) |
dist: include {src,lib}/checksrc.whitelist
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 87ef07504..f4bc6c9a2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -84,11 +84,11 @@ CLEANFILES = tool_hugehelp.c # embedded text. NROFF=env LC_ALL=C @NROFF@ @MANOPT@ # figured out by the configure script -EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \ - macos/curl.mcp.xml.sit.hqx \ - macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp \ - macos/src/macos_main.cpp makefile.amiga curl.rc \ - Makefile.netware Makefile.inc Makefile.Watcom CMakeLists.txt +EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 \ + Makefile.m32 macos/curl.mcp.xml.sit.hqx macos/MACINSTALL.TXT \ + macos/src/curl_GUSIConfig.cpp macos/src/macos_main.cpp makefile.amiga \ + curl.rc Makefile.netware Makefile.inc Makefile.Watcom CMakeLists.txt \ + checksrc.whitelist MANPAGE=$(top_srcdir)/docs/curl.1 README=$(top_srcdir)/docs/MANUAL |