Add missing Makefile

This commit is contained in:
Dag-Erling Smørgrav 2015-10-04 07:51:08 +00:00 committed by des
parent f8ebdbc14d
commit b5d5f111ca

9
lib/test/Makefile.am Normal file
View file

@ -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