mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
9334cc2d02
Original commit message from CVS: rename test
12 lines
204 B
Makefile
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)
|
|
|