summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-01-02 20:12:57 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-01-02 20:12:57 +0000
commit3638902dd2957084db97ad26c631436166b61eda (patch)
tree18ae146f90656d330550515495172b92d5c00af7 /Makefile.am
parentaaeea5c4eb79f6f4b223a2eab0112670984efd40 (diff)
removing the editor from the build
Original commit message from CVS: removing the editor from the build
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index cfb9e4139d..d0e133a82e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,11 +6,7 @@ VERSION = @VERSION@
# otherwise none
if HAVE_LIBGLADE_GNOME
-if HAVE_GNOME
-SUBDIRS_LGG = gstplay editor
-else
SUBDIRS_LGG = gstplay
-endif
else
SUBDIRS_LGG =
endif