From 31565c5606af31d1c27ca5333c155350b05d79fe Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 3 Jan 2002 16:28:23 +0000 Subject: [PATCH] removing glade Original commit message from CVS: removing glade --- Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8b41049f3e..7f8f931b39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,16 +1,6 @@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ -# if libglade and gnome1 are present, build the player and editor -# if libglade and gnome2, only the player -# otherwise none - -if HAVE_LIBGLADE_GNOME -SUBDIRS_LGG = gstplay -else -SUBDIRS_LGG = -endif - if BUILD_DOCS SUBDIRS_DOCS = docs else