mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-22 04:21:08 +00:00
Add missing Makefile
This commit is contained in:
parent
f8ebdbc14d
commit
b5d5f111ca
1 changed files with 9 additions and 0 deletions
9
lib/test/Makefile.am
Normal file
9
lib/test/Makefile.am
Normal 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
|
Loading…
Reference in a new issue