summaryrefslogtreecommitdiff
path: root/pr/src/md/os2/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/md/os2/Makefile.in')
-rw-r--r--pr/src/md/os2/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/src/md/os2/Makefile.in b/pr/src/md/os2/Makefile.in
index 72414033..08f866d7 100644
--- a/pr/src/md/os2/Makefile.in
+++ b/pr/src/md/os2/Makefile.in
@@ -38,12 +38,13 @@ CSRCS = \
os2sock.c \
os2_errors.c \
os2poll.c \
+ os2rng.c \
$(NULL)
endif
TARGETS = $(OBJS)
-INCLUDES = -I$(DIST)/include -I$(MOD_DEPTH)/pr/include -I$(MOD_DEPTH)/pr/include/private
+INCLUDES = -I$(dist_includedir) -I$(topsrcdir)/pr/include -I$(topsrcdir)/pr/include/private
DEFINES += -D_NSPR_BUILD_
@@ -51,7 +52,6 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export