removing glade

Original commit message from CVS:
removing glade
This commit is contained in:
Thomas Vander Stichele 2002-01-03 16:28:23 +00:00
parent 2663e8dbc9
commit 31565c5606

View 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