summaryrefslogtreecommitdiff
path: root/src/tests/Makefile.am
blob: 3697f6b754a83928eb789bc342bf976abec236fd (plain) (blame)
1
2
3
4
5
6
7
AM_CPPFLAGS = -I$(top_srcdir)/src/include

TESTS = test1

check_PROGRAMS = test1
test1_SOURCES = test1.c
test1_LDADD = $(top_builddir)/src/core/libaplwc.la $(LIBINTL)