mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
648350498f
and fix a typo with GST_LIBS
4 lines
217 B
Makefile
4 lines
217 B
Makefile
noinst_PROGRAMS = test1 test2 test3 test4
|
|
|
|
AM_CFLAGS = $(GST_PROFILE_CFLAGS) $(GST_CFLAGS) -I$(top_srcdir)
|
|
LDADD = $(GST_PROFILE_LIBS) $(GST_LIBS) $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@
|