summaryrefslogtreecommitdiff
path: root/np_sdk/mozsrc/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'np_sdk/mozsrc/makefile.mk')
-rw-r--r--np_sdk/mozsrc/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/np_sdk/mozsrc/makefile.mk b/np_sdk/mozsrc/makefile.mk
index 679d14ec1f77..352f799d5bea 100644
--- a/np_sdk/mozsrc/makefile.mk
+++ b/np_sdk/mozsrc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: kz $ $Date: 2006-10-05 10:13:56 $
+# last change: $Author: kz $ $Date: 2007-09-05 17:36:58 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -53,6 +53,10 @@ MOZFILES = $(SLO)$/npwin.obj
MOZFILES = $(SLO)$/npunix.obj
.ENDIF
+.IF "$(GUIBASE)" == "aqua"
+CDEFS+=-DNO_X11
+.ENDIF
+
ALL: $(MOZFILES)
# --- Targets ------------------------------------------------------