mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
543682a3c6
Original commit message from CVS: * testsuite/embed/Makefile.am: test->noinst, fix make test in buildbot.
7 lines
222 B
Makefile
7 lines
222 B
Makefile
|
|
noinst_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)
|