Fix build warning caused by bug 561831. r=dholbert

--HG--
extra : rebase_source : 4148686a2b5b36bf4e3fd089f8455560b32d7486
This commit is contained in:
Doug Turner 2010-04-28 16:56:44 -07:00
parent e53ccde7eb
commit e67f964ff3

View File

@ -162,7 +162,7 @@ FORCE_STATIC_LIB = 1
SRCS_IN_OBJDIR = 1
include $(topsrcdir)/config/rules.mk
ifneq (,$(filter qt gtk2, $(MOZ_WIDGET_TOOLKIT))))
ifneq (,$(filter qt gtk2, $(MOZ_WIDGET_TOOLKIT)))
CXXFLAGS += $(TK_CFLAGS) $(MOZ_DBUS_GLIB_CFLAGS)
endif