put the timer code in the include path for osx.

This commit is contained in:
pinkerton%netscape.com 2001-04-17 04:43:06 +00:00
parent 5b7ab2c22a
commit ad0d00e91c

View File

@ -70,4 +70,6 @@ EXTRA_DSO_LDOPTS += \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
INCLUDES += $(TK_CFLAGS) -I$(topsrcdir)/gfx/src/mac -I$(srcdir)/../xpwidgets
INCLUDES += $(TK_CFLAGS) -I$(topsrcdir)/gfx/src/mac -I$(srcdir)/../xpwidgets \
-I$(topsrcdir)/widget/timer/src/mac \
$(NULL)