From: Jakub Zakrzewski Date: Fri, 4 Nov 2016 19:21:48 +0000 (+0100) Subject: dist: add CMakeLists.txt to the tarball X-Git-Tag: curl-7_52_0~160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ed52bde060ee41dc25a73a4555900c986f025ba;p=thirdparty%2Fcurl.git dist: add CMakeLists.txt to the tarball --- diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index d4987d69d0..7075f8c3ae 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -54,7 +54,7 @@ AM_CPPFLAGS = -I$(top_builddir)/include/curl \ -I$(top_srcdir)/tests/libtest endif -EXTRA_DIST = Makefile.inc +EXTRA_DIST = Makefile.inc CMakeLists.txt # Prevent LIBS from being used for all link targets LIBS = $(BLANK_AT_MAKETIME)