summaryrefslogtreecommitdiffstats
path: root/examples/gstplay/Makefile.am
blob: cbae9cbf490ab5059c6400a48d40d70dd3a11ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11

noinst_PROGRAMS = player

player_SOURCES = player.c
player_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
player_LDFLAGS = \
    $(GST_LIBS) \
    $(top_builddir)/gst-libs/gst/gconf/libgstgconf-@GST_MAJORMINOR@.la \
    $(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la \
    $(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la