mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
Don't compile editor if havn't got libglade-gnome.
Original commit message from CVS: Don't compile editor if havn't got libglade-gnome.
This commit is contained in:
parent
712d5d0a48
commit
fe8a1c5a98
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
|
||||
if HAVE_LIBGLADE_GNOME
|
||||
# The following line mustn't be indented - automake is _very_ fussy..
|
||||
gstplay_subdir=gstplay
|
||||
libglade_subdir=gstplay editor
|
||||
else
|
||||
# The following line mustn't be indented - automake is _very_ fussy..
|
||||
gstplay_subdir=
|
||||
libglade_subdir=
|
||||
endif
|
||||
|
||||
# These are the subdirs which might get used.
|
||||
SUBDIRS = gst libs plugins . $(gstplay_subdir) test editor tools docs # tests
|
||||
SUBDIRS = gst libs plugins . test $(libglade_subdir) tools docs # tests
|
||||
|
||||
# These are all the possible subdirs
|
||||
DIST_SUBDIRS = gst libs plugins . gstplay test editor tools docs tests
|
||||
|
|
Loading…
Reference in a new issue