summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 731ab770..14ee513f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -34,11 +34,11 @@ AM_CPPFLAGS += -I$(srcdir)/../libelf
noinst_LIBRARIES = libeu.a
libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
- crc32.c crc32_file.c md5.c sha1.c \
+ crc32.c crc32_file.c \
color.c printversion.c
noinst_HEADERS = fixedsizehash.h libeu.h system.h dynamicsizehash.h list.h \
- md5.h sha1.h eu-config.h color.h printversion.h bpf.h
+ eu-config.h color.h printversion.h bpf.h
EXTRA_DIST = dynamicsizehash.c features.h.in
if !GPROF
@@ -93,4 +93,3 @@ endif
install: install-am install-headers install-lib
uninstall: uninstall-am uninstall-headers uninstall-lib
-