summaryrefslogtreecommitdiff
path: root/test/veracity/Makefile.am
blob: f70df9ea3604f86c1820455dc02ad56dd0649289 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if BUILD_TESTS

@INTLTOOL_DESKTOP_RULE@

INCLUDES=@METACITY_CFLAGS@

veracity_SOURCES= 				\
	veracity.c

## don't install the test suite
noinst_PROGRAMS=veracity

veracity_LDADD= @METACITY_LIBS@

endif