From 3b0a00629a3eaaa180f41e0c07b955c23d1062ef Mon Sep 17 00:00:00 2001 From: "Jerry.Kirk%Nexwarecorp.com" Date: Thu, 27 Jan 2000 03:35:19 +0000 Subject: [PATCH] This switches over from the old style Photon timers to the new style that have been moved under the unix directory. r=cls --- widget/timer/src/Makefile.in | 2 +- widget/timer/src/unix/Makefile.in | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/widget/timer/src/Makefile.in b/widget/timer/src/Makefile.in index ada3cb1447e..7c0bc71c659 100644 --- a/widget/timer/src/Makefile.in +++ b/widget/timer/src/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -ifneq (,$(filter beos os2 rhapsody photon,$(MOZ_WIDGET_TOOLKIT))) +ifneq (,$(filter beos os2 rhapsody,$(MOZ_WIDGET_TOOLKIT))) DIRS = $(MOZ_WIDGET_TOOLKIT) else DIRS = unix diff --git a/widget/timer/src/unix/Makefile.in b/widget/timer/src/unix/Makefile.in index 66175cc57bd..bb0124aaf08 100644 --- a/widget/timer/src/unix/Makefile.in +++ b/widget/timer/src/unix/Makefile.in @@ -54,6 +54,10 @@ ifdef MOZ_ENABLE_QT DIRS += qt endif +ifdef MOZ_ENABLE_PHOTON +DIRS += photon +endif + override NO_SHARED_LIB=1 override NO_STATIC_LIB=