diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-14 18:07:35 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-14 18:07:35 +0000 |
commit | 525d7a9ad6fd9d27086a0ba3ce36757859bf98e7 (patch) | |
tree | 372c24ac14c53545687b27a8caeafe48bfeec76b /examples | |
parent | b1547818e6e7c6dcc3bfa30d46fde3d2b881419d (diff) |
build fix
Original commit message from CVS:
build fix
Diffstat (limited to 'examples')
-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 ec4250884..f80a8bfab 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 |