From 1e892d4e03cc396bd84e7f478d9cba77bfa40c70 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sat, 24 Mar 2018 19:58:47 +0100 Subject: 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. --- lib/compat/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/compat') 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 \ -- cgit v1.2.3