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 /lib | |
parent | 22691f849ac959ffaa821a3ca7f746ee54bd5e52 (diff) |
dist: include {src,lib}/checksrc.whitelist
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 6dffbd9c9..248a6d993 100644 --- a/lib/Makefile.am +++ b/lib/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 @@ -34,7 +34,7 @@ EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 config-win32.h \ config-os400.h setup-os400.h config-symbian.h Makefile.Watcom \ config-tpf.h $(DOCS) mk-ca-bundle.pl mk-ca-bundle.vbs $(CMAKE_DIST) \ firefox-db2pem.sh config-vxworks.h Makefile.vxworks checksrc.pl \ - objnames-test08.sh objnames-test10.sh objnames.inc + objnames-test08.sh objnames-test10.sh objnames.inc checksrc.whitelist lib_LTLIBRARIES = libcurl.la |