From b5d5f111ca1ca8387dac5b06de66472f580ffaaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 4 Oct 2015 07:51:08 +0000 Subject: [PATCH] Add missing Makefile --- lib/test/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/test/Makefile.am diff --git a/lib/test/Makefile.am b/lib/test/Makefile.am new file mode 100644 index 0000000..0c561a2 --- /dev/null +++ b/lib/test/Makefile.am @@ -0,0 +1,9 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include + +check_LTLIBRARIES = libcryb-test.la +libcryb_test_la_SOURCES = \ + t_const.c \ + t_file.c \ + t_main.c \ + t_malloc.c \ + t_util.c