summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-04-10 01:04:32 +0000
committerwtc%netscape.com <devnull@localhost>1999-04-10 01:04:32 +0000
commit0ed0b7bf460b3131ccb96ceec199d0f0288d65b5 (patch)
tree2f7c5bcf2cf2376b4a2042b9937874f59f5552c4
parentfc1e7010b9461111d0925b9d4aee31351086c585 (diff)
downloadnspr-hg-0ed0b7bf460b3131ccb96ceec199d0f0288d65b5.tar.gz
Added prstreams to DIRS.
-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)