From 7b9a2b671df50010311b44144a24ebe0c0770946 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 5 Nov 2004 17:39:48 +0000 Subject: [PATCH] Add the makefile too, bla bla bla Original commit message from CVS: Add the makefile too, bla bla bla --- examples/gstplay/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/gstplay/Makefile.am diff --git a/examples/gstplay/Makefile.am b/examples/gstplay/Makefile.am new file mode 100644 index 0000000000..111b855b78 --- /dev/null +++ b/examples/gstplay/Makefile.am @@ -0,0 +1,6 @@ +examplesdir = $(pkgdatadir)/examples +examples_DATA = \ + player.py \ + videoplayer.py + +EXTRA_DIST = $(examples_DATA)