summaryrefslogtreecommitdiffstats
path: root/tests/icles/Makefile.am
blob: b04651d42211dc342c925e22dce74a643082e1a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if USE_X
X_TESTS = ximagesrc_test

ximagesrc_test_SOURCES = ximagesrc-test.c
ximagesrc_test_CFLAGS = $(GST_CFLAGS)
ximagesrc_test_LDFLAGS = $(GST_LIBS)
else
X_TESTS =
endif

noinst_PROGRAMS = $(X_TESTS)