examples: add new gessrc example, so sourcefile gets disted
[platform/upstream/gstreamer.git] / examples / c / Makefile.am
1 if HAVE_GTK_X11
2 graphical=ges-ui
3 else
4 graphical=
5 endif
6
7 noinst_PROGRAMS =       \
8         concatenate     \
9         gessrc          \
10         simple1         \
11         test1           \
12         test2           \
13         test3           \
14         test4           \
15         transition      \
16         thumbnails      \
17         overlays        \
18         text_properties \
19         assets \
20         multifilesrc \
21         play_timeline_with_one_clip \
22         $(graphical)
23
24 ERROR_CFLAGS=
25
26 AM_CFLAGS =  -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
27 AM_LDFLAGS = -export-dynamic
28 LDADD = $(top_builddir)/ges/libges-@GST_API_VERSION@.la $(GST_PBUTILS_LIBS) $(GST_LIBS) $(GTK_LIBS)
29