Closed Bug 21788 Opened 25 years ago Closed 25 years ago

rdf/chrome/build/Makefile.in needs MOZ_TIMER_LIBS

Categories

(Core Graveyard :: RDF, defect, P3)

All
Other
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: colin, Assigned: colin)

Details

Chris,

You added a called to NS_NewTimer to nsChromeProtocolHandler recently. So
now we need to link libchrome with the timer lib (you already updated
makefile.win for Windows, but you didn't do it for Unix).

Attached is a patch.

Colin.

Index: Makefile.in
===================================================================
RCS file: /cvsroot/mozilla/rdf/chrome/build/Makefile.in,v
retrieving revision 1.9
diff -u -r1.9 Makefile.in
--- Makefile.in 1999/11/16 06:01:47     1.9
+++ Makefile.in 1999/12/15 12:31:08
@@ -43,6 +43,7 @@
                $(SHARED_LIBRARY_LIBS) \
                $(MKSHLIB_UNFORCE_ALL) \
                $(MOZ_COMPONENT_LIBS) \
+               $(MOZ_TIMER_LIBS) \
                $(NULL)

 include $(topsrcdir)/config/rules.mk
Status: NEW → ASSIGNED
Target Milestone: M13
Assignee: waterson → colin
Status: ASSIGNED → NEW
colin, reassigning to you since you've got the fix to check in! thanks!
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Checked in. Chris please verify and then I'll close. Colin.
verified
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.