gstreamer/tests/icles/Makefile.am
Thomas Vander Stichele 9334cc2d02 rename test
Original commit message from CVS:
rename test
2006-04-01 10:14:26 +00:00

12 lines
204 B
Makefile

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)