From b6939cf5b97aaa8e662e0a9b0083657937e25064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Mon, 19 Jan 2015 21:23:28 +0100 Subject: [PATCH] Added FIXME comment. --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) 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 \ -- GitLab