diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-01-14 23:35:34 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-01-15 08:09:34 +0100 |
commit | ea77fec16f701c0b50f3bd6eb75b85db8fc80e1d (patch) | |
tree | 51b1bd8a230687946e8bc095ff218c9bdf947af5 /lib/Makefile.am | |
parent | 383fd9dcb497e4da0de9452190102e627337546c (diff) | |
download | curl-ea77fec16f701c0b50f3bd6eb75b85db8fc80e1d.tar.gz |
tests: move objnames-* from lib into tests
Since they're used purely for testing purposes, I think they should
rather be stored there.
Closes #3470
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index a7b5262b9..72ee2ff9a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -29,8 +29,7 @@ EXTRA_DIST = Makefile.m32 config-win32.h \ makefile.amiga Makefile.netware nwlib.c nwos.c config-win32ce.h \ config-os400.h setup-os400.h config-symbian.h Makefile.Watcom \ config-tpf.h 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 + firefox-db2pem.sh config-vxworks.h Makefile.vxworks checksrc.pl lib_LTLIBRARIES = libcurl.la |