summaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: 1291c6f2207dbd64262a8eb1e8478fd5e92f923a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
MAINTAINERCLEANFILES = Makefile.in

AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src

AM_CFLAGS = @DEFINES@ @GTK_CFLAGS@

TESTS = test_hashlist

check_PROGRAMS = $(TESTS)

test_hashlist_SOURCES = test_hashlist.c
test_hashlist_LDADD = @GTK_LIBS@