gstreamer/tests/examples/gstplay/Makefile.am

12 lines
355 B
Makefile
Raw Normal View History

noinst_PROGRAMS = player
player_SOURCES = player.c
player_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
player_LDFLAGS = \
$(GST_LIBS) \
2012-04-04 12:41:22 +00:00
$(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