Skip to content
Snippets Groups Projects
Commit b6939cf5 authored by Niels Möller's avatar Niels Möller
Browse files

Added FIXME comment.

parent 323a2c0d
No related branches found
No related tags found
No related merge requests found
...@@ -206,6 +206,10 @@ SOURCES = $(nettle_SOURCES) $(hogweed_SOURCES) \ ...@@ -206,6 +206,10 @@ SOURCES = $(nettle_SOURCES) $(hogweed_SOURCES) \
$(getopt_SOURCES) $(internal_SOURCES) \ $(getopt_SOURCES) $(internal_SOURCES) \
aesdata.c desdata.c twofishdata.c shadata.c gcmdata.c eccdata.c 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 \ DISTFILES = $(SOURCES) $(HEADERS) getopt.h getopt_int.h \
.bootstrap run-tests \ .bootstrap run-tests \
aclocal.m4 configure.ac \ aclocal.m4 configure.ac \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment