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

noinst_PROGRAMS = player

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