cbae9cbf490ab5059c6400a48d40d70dd3a11ea3
[platform/upstream/gstreamer.git] / examples / gstplay / Makefile.am
1
2 noinst_PROGRAMS = player
3
4 player_SOURCES = player.c
5 player_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
6 player_LDFLAGS = \
7     $(GST_LIBS) \
8     $(top_builddir)/gst-libs/gst/gconf/libgstgconf-@GST_MAJORMINOR@.la \
9     $(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la \
10     $(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la
11