diff options
-rw-r--r-- | examples/gstplay/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/gstplay/Makefile.am b/examples/gstplay/Makefile.am index ec425088..f80a8bfa 100644 --- a/examples/gstplay/Makefile.am +++ b/examples/gstplay/Makefile.am @@ -1,9 +1,8 @@ noinst_PROGRAMS = player -AM_CFLAGS = $(GST_CFLAGS) - player_SOURCES = player.c +player_CFLAGS = $(GST_CFLAGS) player_LDFLAGS = \ $(GST_LIBS) \ $(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la |