From 00746bd685a1e84e49bbd053613c3275bafae34d Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Fri, 17 Jan 2003 13:33:28 +0000 Subject: [PATCH] RMCH libutil git-svn-id: svn://10.0.0.236/branches/RMCH_20021105_BRANCH@136517 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libutil/Makefile.in | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/mozilla/modules/libutil/Makefile.in b/mozilla/modules/libutil/Makefile.in index c7532e842eb..d7f6102ba9a 100644 --- a/mozilla/modules/libutil/Makefile.in +++ b/mozilla/modules/libutil/Makefile.in @@ -22,11 +22,28 @@ DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ -VPATH = @srcdir@ +VPATH = @srcdir@ @srcdir@/public include $(DEPTH)/config/autoconf.mk -DIRS = public src +MODULE = util +LIBRARY_NAME = mozutil_s + +REQUIRES = xpcom \ + $(NULL) + +CSRCS = src/obs.c +CPPSRCS = src/stopwatch.cpp + +EXPORTS = \ + public/xp_obs.h \ + public/stopwatch.h \ + public/nsTimer.h \ + $(NULL) + +XPIDLSRCS = nsITimeRecorder.idl + +FORCE_STATIC_LIB = 1 include $(topsrcdir)/config/rules.mk