1
0
Fork 0
mirror of https://github.com/tailix/libclayer.git synced 2024-11-13 11:04:17 -05:00
libclayer/tests/Makefile.am

9 lines
180 B
Makefile

include $(top_srcdir)/make/shared.am
CLEANFILES =
TESTS =
noinst_PROGRAMS = $(TESTS)
TESTS += string
string_LDADD = $(top_builddir)/libclayer.la
string_SOURCES = main.c string.c