gstreamer/tests/examples/gstplay/Makefile.am
2012-04-04 14:44:34 +02:00

11 lines
355 B
Makefile

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_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/play/libgstplay-@GST_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_API_VERSION).la