gstreamer/examples/gstplay/Makefile.am
Thomas Vander Stichele 4bd4aadb9f build fix
Original commit message from CVS:
build fix
2003-12-14 18:07:35 +00:00

9 lines
190 B
Makefile

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