summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:51:38 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:51:38 +0000
commitf9fe12bbb59aa3ba53f04d94fd924b4424a9d233 (patch)
tree148effe56db896d0df8da8d4d6def20ab7dd7d41 /Makefile
parentd568ed2d3ba5d7d05e4381ee59468a124309f152 (diff)
Removed the GUI from deault compiling
Author: jgg Date: 1998-11-23 07:57:09 GMT Removed the GUI from deault compiling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b10011873..1db7bfd07 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,10 @@ all headers library clean veryclean binary program doc:
$(MAKE) -C methods $@
# $(MAKE) -C methods/ftp $@
$(MAKE) -C cmdline $@
+ifdef GUI
$(MAKE) -C deity $@
$(MAKE) -C gui $@
+endif
$(MAKE) -C doc $@
# Some very common aliases