summaryrefslogtreecommitdiffstats
path: root/nsconfig.mk
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-03-18 21:38:53 +0000
committerRich Megginson <rmeggins@redhat.com>2005-03-18 21:38:53 +0000
commit64408bd7f22d4e85c01eaf638b643ef4900d3a1e (patch)
treeb1d6777010f78b10a7902f12e2b59b80d4e9e278 /nsconfig.mk
parent9e4f7a8a73d93066042563031bce72a839cd23c3 (diff)
downloadds-64408bd7f22d4e85c01eaf638b643ef4900d3a1e.tar.gz
ds-64408bd7f22d4e85c01eaf638b643ef4900d3a1e.tar.xz
ds-64408bd7f22d4e85c01eaf638b643ef4900d3a1e.zip
add ability to build from open source components
Diffstat (limited to 'nsconfig.mk')
-rw-r--r--nsconfig.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/nsconfig.mk b/nsconfig.mk
index 2afe1cb9..48239cc2 100644
--- a/nsconfig.mk
+++ b/nsconfig.mk
@@ -26,6 +26,17 @@ MAKE=gmake $(BUILDOPT)
# 7/12/96 Adrian - allow MAKEFLAGS to propagate
# override MAKEFLAGS :=
+# all of these things are on by default for internal builds
+ifdef INTERNAL_BUILD
+ USE_ADMINSERVER:=1
+ USE_CONSOLE:=1
+ USE_DSMLGW:=1
+ USE_ORGCHART:=1
+ USE_DSGW:=1
+ USE_JAVATOOLS:=1
+ USE_SETUPSDK:=1
+endif
+
include $(BUILD_ROOT)/nsdefs.mk
include $(BUILD_ROOT)/component_versions.mk