From 85e78b96f388b7870cfc022af051aeb88d9a43c3 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 5 Nov 2004 17:39:52 +0000 Subject: [PATCH] reinstate now that johan woke up and commited Makefile.am Original commit message from CVS: reinstate now that johan woke up and commited Makefile.am --- configure.ac | 1 + examples/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ef167a68bc..6e26a918ed 100644 --- a/configure.ac +++ b/configure.ac @@ -165,6 +165,7 @@ AC_OUTPUT([ Makefile examples/Makefile examples/gst/Makefile + examples/gstplay/Makefile gst/Makefile pkgconfig/Makefile pkgconfig/gst-python.pc diff --git a/examples/Makefile.am b/examples/Makefile.am index 062cb55aab..b0061dfbd2 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1 +1 @@ -SUBDIRS = gst +SUBDIRS = gst gstplay