mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
775656d35f
Original commit message from CVS: Added another test app.
15 lines
533 B
Makefile
15 lines
533 B
Makefile
testprogs = cleanup1 cleanup2 cleanup3 cleanup4
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
cleanup1_LDADD = $(GST_LIBS) #-ldmallocth
|
|
cleanup1_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS) $(GLIB_CFLAGS)
|
|
cleanup2_LDADD = $(GST_LIBS)
|
|
cleanup2_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS) $(GLIB_CFLAGS)
|
|
cleanup3_LDADD = $(GST_LIBS)
|
|
cleanup3_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS) $(GLIB_CFLAGS)
|
|
cleanup4_LDADD = $(GST_LIBS)
|
|
cleanup4_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS) $(GLIB_CFLAGS)
|