From 55f5117366ff8fcef9bef35e2988202e20ffb12f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 16 Dec 2001 12:20:44 +0000 Subject: [PATCH] build the editor stuff Original commit message from CVS: build the editor stuff --- Makefile.am | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index e971fe227c..8eaffb0104 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,20 @@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ -# if libglade is present, build the player and editor +# if libglade and gnome1 are present, build the player and editor +# if libglade and gnome2, only the player +# otherwise none + if HAVE_LIBGLADE_GNOME if HAVE_GNOME - SUBDIRS_LGG = gstplay editor +SUBDIRS_LGG = gstplay editor else -# Gnome 2.0 ... - SUBDIRS_LGG = gstplay +SUBDIRS_LGG = gstplay endif else SUBDIRS_LGG = endif - + if BUILD_DOCS SUBDIRS_DOCS = docs else