projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2663e8d
)
removing glade
author
Thomas Vander Stichele
<thomas@apestaart.org>
Thu, 3 Jan 2002 16:28:23 +0000
(16:28 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
8b41049
..
7f8f931
100644
(file)
--- 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