summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-04-07 17:59:48 +0000
committerwtc%netscape.com <devnull@localhost>1999-04-07 17:59:48 +0000
commit550392d0319d6261e7b878d392435f7e2798cf87 (patch)
tree3fbc05cc47557009c2d4386f420faa1e752e94ad
parent1fe449c096f60574128a8f0ab6f4f7dbd31ef64f (diff)
downloadnspr-hg-550392d0319d6261e7b878d392435f7e2798cf87.tar.gz
Added prstreams to DIRS. (NSPRPUB_RELEASE_3_1_BRANCH)
-rw-r--r--lib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index cf279130..27edeef1 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -25,6 +25,10 @@ include $(MOD_DEPTH)/config/config.mk
DIRS = ds libc
+ifneq (,$(filter-out Rhapsody WIN16 NEWS-OS,$(OS_TARGET)))
+DIRS += prstreams
+endif
+
include $(MOD_DEPTH)/config/rules.mk
export:: $(TARGETS)