mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
dist transition.c
This commit is contained in:
parent
bd28d788f0
commit
575c810a90
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ noinst_PROGRAMS = \
|
||||||
test1 \
|
test1 \
|
||||||
test2 \
|
test2 \
|
||||||
test3 \
|
test3 \
|
||||||
test4
|
test4 \
|
||||||
|
transition
|
||||||
|
|
||||||
AM_CFLAGS = -I$(top_srcdir) $(GST_PROFILE_CFLAGS) $(GST_DISCOVERER_CFLAGS) $(GST_CFLAGS)
|
AM_CFLAGS = -I$(top_srcdir) $(GST_PROFILE_CFLAGS) $(GST_DISCOVERER_CFLAGS) $(GST_CFLAGS)
|
||||||
LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@ -lgstdiscoverer-@GST_MAJORMINOR@ $(GST_DISCOVERER_LIBS) $(GST_LIBS)
|
LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@ -lgstdiscoverer-@GST_MAJORMINOR@ $(GST_DISCOVERER_LIBS) $(GST_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue