Adding timer to REQUIRES line.

Change dictated by <mostafah@oeone.com>.


git-svn-id: svn://10.0.0.236/trunk@111134 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jake%acutex.net
2001-12-28 15:31:25 +00:00
parent 34129fce89
commit f4404a202f
2 changed files with 2 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ MODULE_NAME = oeICalModule
REQUIRES = xpcom \
appshell \
string \
timer \
$(NULL)
XPIDLSRCS = oeIICal.idl

View File

@@ -45,6 +45,7 @@ REQUIRES = xpcom \
libical \
libicalss \
libicalvcal \
timer \
$(NULL)
include <$(DEPTH)/config/config.mak>