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 | 635c536180504b62ab18cd110bd7ee52ba36fa31 (patch) | |
tree | 0feea9d75a743b3b9fe801ebd6d3e76f9d56563a /tests | |
parent | d271afc05510d59ff99ae8ec48f3699f65431949 (diff) |
build fix
Original commit message from CVS:
build fix
Diffstat (limited to 'tests')
-rw-r--r-- | tests/old/examples/gstplay/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/old/examples/gstplay/Makefile.am b/tests/old/examples/gstplay/Makefile.am index ec4250884..f80a8bfab 100644 --- a/tests/old/examples/gstplay/Makefile.am +++ b/tests/old/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 |