diff options
author | Yang Tse <yangsita@gmail.com> | 2013-01-15 12:36:08 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-01-15 16:31:48 +0100 |
commit | bc682cbd3e2708c1a591e3424ac999c907621713 (patch) | |
tree | adbe52ce6ca522daf2575523c9305f3ca09f83d2 /tests/Makefile.am | |
parent | 26613d781725e39b0f601301a65c64e146977d8f (diff) | |
download | curl-bc682cbd3e2708c1a591e3424ac999c907621713.tar.gz |
tests/Makefile.am: remove wildcard usage in EXTRA_DIST
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index d8c3e18ab..65a618ea6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2013, 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 @@ -26,9 +26,8 @@ PDFPAGES = testcurl.pdf runtests.pdf EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl getpart.pm \ FILEFORMAT README stunnel.pem memanalyze.pl testcurl.pl valgrind.pm ftp.pm \ sshserver.pl sshhelp.pm testcurl.1 runtests.1 $(HTMLPAGES) $(PDFPAGES) \ - CMakeLists.txt certs/scripts/*.sh certs/Server* certs/EdelCurlRoot* \ serverhelp.pm tftpserver.pl rtspserver.pl directories.pm symbol-scan.pl \ - certs/srp-verifier-conf certs/srp-verifier-db mem-include-scan.pl + CMakeLists.txt mem-include-scan.pl # we have two variables here to make sure DIST_SUBDIRS won't get 'unit' # added twice as then targets such as 'distclean' misbehave and try to @@ -41,7 +40,7 @@ BUILD_UNIT = DIST_UNIT = unit endif -SUBDIRS = data server libtest $(BUILD_UNIT) +SUBDIRS = certs data server libtest $(BUILD_UNIT) DIST_SUBDIRS = $(SUBDIRS) $(DIST_UNIT) PERLFLAGS = -I$(srcdir) |