From fe8a1c5a988d8e1ae33e3ccee8fb1abc4a26fbe6 Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Fri, 6 Oct 2000 02:38:11 +0000 Subject: [PATCH] Don't compile editor if havn't got libglade-gnome. Original commit message from CVS: Don't compile editor if havn't got libglade-gnome. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7ddfdb1..a97575d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,14 @@ if HAVE_LIBGLADE_GNOME # The following line mustn't be indented - automake is _very_ fussy.. -gstplay_subdir=gstplay +libglade_subdir=gstplay editor else # The following line mustn't be indented - automake is _very_ fussy.. -gstplay_subdir= +libglade_subdir= endif # These are the subdirs which might get used. -SUBDIRS = gst libs plugins . $(gstplay_subdir) test editor tools docs # tests +SUBDIRS = gst libs plugins . test $(libglade_subdir) tools docs # tests # These are all the possible subdirs DIST_SUBDIRS = gst libs plugins . gstplay test editor tools docs tests -- 2.7.4