From b20ddcfc0064ebb7b95e90dffbbbfd293d9bb1dd Mon Sep 17 00:00:00 2001 From: "mikep%oeone.com" Date: Fri, 21 Dec 2001 18:48:28 +0000 Subject: [PATCH] Adding in oeDateTimeImpl.cpp to Makefile.in git-svn-id: svn://10.0.0.236/trunk@110980 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/calendar/libxpical/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/calendar/libxpical/Makefile.in b/mozilla/calendar/libxpical/Makefile.in index 1ae1a54b896..228ed9ca304 100644 --- a/mozilla/calendar/libxpical/Makefile.in +++ b/mozilla/calendar/libxpical/Makefile.in @@ -59,7 +59,8 @@ CPPSRCS = \ oeICalEventImpl.cpp \ oeICalFactory.cpp \ oeICalImpl.cpp \ - oeICalStartupHandler.cpp \ + oeDateTimeImpl.cpp \ + oeICalStartupHandler.cpp \ $(NULL) EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) -lical -licalss