https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b08342623f36b7f63b20c547f1b313fb076e74b2 authored by ffxbld on 03 December 2013, 04:30:06 UTC
Added FIREFOX_26_0_RELEASE FIREFOX_26_0_BUILD1 tag(s) for changeset 6d7564bf9e88. DONTBUILD CLOSED TREE a=release
Tip revision: b083426
Makefile.in
# 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_GNOMEUI
LOCAL_INCLUDES += $(MOZ_GNOMEUI_CFLAGS)
else
LOCAL_INCLUDES += $(TK_CFLAGS)
endif
back to top