From: Niels Möller Date: Mon, 19 Jan 2015 20:23:28 +0000 (+0100) Subject: Added FIXME comment. X-Git-Tag: nettle_3.1rc1~46^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6939cf5b97aaa8e662e0a9b0083657937e25064;p=thirdparty%2Fnettle.git Added FIXME comment. --- diff --git a/Makefile.in b/Makefile.in index 216ba3d4..2a940f90 100644 --- a/Makefile.in +++ b/Makefile.in @@ -206,6 +206,10 @@ SOURCES = $(nettle_SOURCES) $(hogweed_SOURCES) \ $(getopt_SOURCES) $(internal_SOURCES) \ aesdata.c desdata.c twofishdata.c shadata.c gcmdata.c eccdata.c +# FIXME: $(SOURCES) includes $(OPT_NETTLE_SOURCES) and +# $(OPT_HOGWEED_SOURCES), which means that inclusion in this list +# depends on which sources where included in the build. It needs to +# always include all files, and we no duplicates. DISTFILES = $(SOURCES) $(HEADERS) getopt.h getopt_int.h \ .bootstrap run-tests \ aclocal.m4 configure.ac \