1 ## Makefile.am -- Process this file with automake to produce Makefile.in
4 INCLUDES = -I../src @CHECK_CFLAGS@ @GEANY_CFLAGS@ -DUNITTESTS
8 noinst_PROGRAMS=unittests
9 unittests_SOURCES = unittests.c \
18 unittests_LDADD = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@