summaryrefslogtreecommitdiffstats
path: root/examples/gstplay/Makefile.am
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2003-12-14 16:59:09 +0000
committerJulien Moutte <julien@moutte.net>2003-12-14 16:59:09 +0000
commite0a0ff019c951bf7bb6ec6825b5b4010a863c4a3 (patch)
tree0825466f4bed1790d0bc8299e84364b7be6c6a5b /examples/gstplay/Makefile.am
parent47d0444174d174d6c903cef2ce798e853d527e59 (diff)
Adding a test app for libgstplay. It is a command line player.
Original commit message from CVS: Adding a test app for libgstplay. It is a command line player.
Diffstat (limited to 'examples/gstplay/Makefile.am')
-rw-r--r--examples/gstplay/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/gstplay/Makefile.am b/examples/gstplay/Makefile.am
new file mode 100644
index 00000000..7316c443
--- /dev/null
+++ b/examples/gstplay/Makefile.am
@@ -0,0 +1,7 @@
+
+noinst_PROGRAMS = player
+
+player_SOURCES = player.c
+player_LDFLAGS = \
+ $(GST_LIBS) \
+ $(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la