summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-03-24 19:58:47 +0100
committerGuillem Jover <guillem@debian.org>2018-03-25 05:45:47 +0200
commit1e892d4e03cc396bd84e7f478d9cba77bfa40c70 (patch)
treea778882cf4064dc9008aa9d2fd036a91314f327e /lib
parentfd36605d790d82d42c6bfb83db0cc77a0cea3a35 (diff)
downloaddpkg-1e892d4e03cc396bd84e7f478d9cba77bfa40c70.tar.gz
libcompat: Add md5 module to the libcompat-test library
We have slightly modified the source and might continue to do so in the future, we should thus test that it builds correctly, even if we are not needing it on the current build.
Diffstat (limited to 'lib')
-rw-r--r--lib/compat/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compat/Makefile.am b/lib/compat/Makefile.am
index 1d5840a25..19ddcef86 100644
--- a/lib/compat/Makefile.am
+++ b/lib/compat/Makefile.am
@@ -10,6 +10,7 @@ noinst_LTLIBRARIES = libcompat-test.la libcompat.la
libcompat_test_la_CPPFLAGS = $(AM_CPPFLAGS) -DTEST_LIBCOMPAT=1
libcompat_test_la_SOURCES = \
compat.h \
+ md5.c md5.h \
strnlen.c \
strndup.c \
strsignal.c \