author | Ehsan Akhgari <ehsan.akhgari@gmail.com> |
Thu, 06 Feb 2014 13:28:14 -0500 | |
changeset 185569 | 20a329b254aed056453d859c65a13639c293d433 |
parent 166713 | c031747aac8ac274af484e0bd46d86c1f119c66b |
permissions | -rw-r--r-- |
# 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/. ifdef MOZ_ENABLE_DBUS LOCAL_INCLUDES += $(MOZ_DBUS_CFLAGS) endif include $(topsrcdir)/config/rules.mk ifdef MOZ_ENABLE_DBUS CFLAGS += $(MOZ_DBUS_GLIB_CFLAGS) CXXFLAGS += $(MOZ_DBUS_GLIB_CFLAGS) endif