]> git.saurik.com Git - apt.git/commitdiff
Removed the GUI from deault compiling
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:51:38 +0000 (16:51 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:51:38 +0000 (16:51 +0000)
Author: jgg
Date: 1998-11-23 07:57:09 GMT
Removed the GUI from deault compiling

Makefile

index b10011873bab307e6b94b5733dd16ea711ef6d57..1db7bfd07f1b76879b2c336f2844a13d568bc689 100644 (file)
--- 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