From 86fefbf8d3d05e4e0557fc9f6a15be685a7429c4 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) git-svn-id: svn://10.0.0.236/trunk@34918 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/profile/src/makefile.win | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/profile/src/makefile.win b/mozilla/profile/src/makefile.win index 70c093cae9d..a0ec3655237 100644 --- a/mozilla/profile/src/makefile.win +++ b/mozilla/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 \