mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 17:48:26 +00:00
674f5d299c
Original commit message from CVS: * testsuite/embed/Makefile.am: Fix buildbot.
9 lines
236 B
Makefile
9 lines
236 B
Makefile
|
|
TESTS = embed
|
|
|
|
check_PROGRAMS = embed
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS) $(GTK_LIBS) \
|
|
$(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la
|
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|