2009-02-27 17:47:40 -08:00
|
|
|
#
|
2012-05-21 04:12:37 -07:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2013-06-10 05:36:26 -07:00
|
|
|
CFLAGS += $(MOZ_STARTUP_NOTIFICATION_CFLAGS)
|
2013-12-10 07:37:03 -08:00
|
|
|
CXXFLAGS += $(MOZ_CAIRO_CFLAGS) $(MOZ_STARTUP_NOTIFICATION_CFLAGS)
|
2013-06-10 05:36:26 -07:00
|
|
|
|
|
|
|
CFLAGS += $(TK_CFLAGS)
|
|
|
|
CXXFLAGS += $(TK_CFLAGS)
|
2007-03-22 10:30:00 -07:00
|
|
|
|