removing glade
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 3 Jan 2002 16:28:23 +0000 (16:28 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 3 Jan 2002 16:28:23 +0000 (16:28 +0000)
Original commit message from CVS:
removing glade

Makefile.am

index 8b41049..7f8f931 100644 (file)
@@ -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