diff options
author | Guillem Jover <guillem@debian.org> | 2018-03-24 19:58:47 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-03-25 05:45:47 +0200 |
commit | 1e892d4e03cc396bd84e7f478d9cba77bfa40c70 (patch) | |
tree | a778882cf4064dc9008aa9d2fd036a91314f327e /lib/compat | |
parent | fd36605d790d82d42c6bfb83db0cc77a0cea3a35 (diff) | |
download | dpkg-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/compat')
-rw-r--r-- | lib/compat/Makefile.am | 1 |
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 \ |