summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-03 08:04:51 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-03 08:04:51 +0000
commite484a7a0f72a7069875dc7bee57c6ba51c73ea7d (patch)
tree84769244329b5dcbef1d9aa6874a170fcc60f7e9 /extensions
parenta9dd67efeadce56dfa093cb2e6c446726d2c869a (diff)
#i10000# Pull WNT case out of UNX condition.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/nsplugin/source/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/nsplugin/source/makefile.mk b/extensions/source/nsplugin/source/makefile.mk
index 78f43ac3902e..3bb69e7d38df 100644
--- a/extensions/source/nsplugin/source/makefile.mk
+++ b/extensions/source/nsplugin/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: hjs $ $Date: 2004-12-17 14:13:03 $
+# last change: $Author: rt $ $Date: 2005-01-03 09:04:51 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -83,11 +83,11 @@ INC+= -DNP_LINUX
.ENDIF
PKGCONFIG_MODULES=gtk+-2.0
.INCLUDE: pkg_config.mk
-.ENDIF
-.IF "$(GUI)"=="WNT"
+.ENDIF # "$(ENABLE_GTK)"==""
+.ENDIF # "$(GUI)"=="UNX"
+.IF "$(GUI)"=="WNT"
INC+= -DENGLISH
.ENDIF
-.ENDIF # "$(ENABLE_GTK)"==""
# --- Files -------------------------------------
SLOFILES= $(SLO)$/npshell.obj \