]> git.ipfire.org Git - thirdparty/curl.git/commit
tests/libtest: Add lib1521 to nodist_SOURCES
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Mon, 4 Jun 2018 18:28:59 +0000 (20:28 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 6 Jun 2018 21:55:21 +0000 (23:55 +0200)
commit76457ccdec1359fcad41b7cdd2ccba2661168cad
tree900ed73fecb3f173cd4f336a8eee9a046ad6b8f4
parentf8045799b4ef720f53f4283808ef7fc49ec9861a
tests/libtest: Add lib1521 to nodist_SOURCES

Since 467da3af0, lib1521.c is generated instead of checked in. According
to the commit message, the intention was to remove it from the tarball
as well. However, it is still present when running make dist. To remove
it, add it to nodist_lib1521_SOURCES. This also means there is no need
for the manually added dist-rule in the Makefile.

Also update CMakelists.txt to handle the fact that we now may have
nodist_SOURCES.
tests/libtest/CMakeLists.txt
tests/libtest/Makefile.am
tests/libtest/Makefile.inc