From 86df9dfa5eb97f024612b8c6ebfee6fc77d69450 Mon Sep 17 00:00:00 2001 From: "racham%netscape.com" Date: Sat, 12 Jun 1999 00:20:24 +0000 Subject: [PATCH] Added references to required modules (pref, prefm) --- profile/src/makefile.win | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile/src/makefile.win b/profile/src/makefile.win index 70c093cae9d6..a0ec36552378 100644 --- a/profile/src/makefile.win +++ b/profile/src/makefile.win @@ -42,6 +42,8 @@ MAKE_OBJ_TYPE = DLL LINCS = -I$(PUBLIC)/js \ -I$(PUBLIC)/profile \ + -I$(PUBLIC)/pref \ + -I$(PUBLIC)/prefm \ -I$(PUBLIC)/java \ -I$(PUBLIC)/ldap \ -I$(PUBLIC)/dbm \