summaryrefslogtreecommitdiffstats
path: root/examples/gstplay/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gstplay/Makefile.am')
-rw-r--r--examples/gstplay/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/gstplay/Makefile.am b/examples/gstplay/Makefile.am
deleted file mode 100644
index cbae9cbf..00000000
--- a/examples/gstplay/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-
-noinst_PROGRAMS = player
-
-player_SOURCES = player.c
-player_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
-player_LDFLAGS = \
- $(GST_LIBS) \
- $(top_builddir)/gst-libs/gst/gconf/libgstgconf-@GST_MAJORMINOR@.la \
- $(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la \
- $(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la
-