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/.
|
2010-06-25 05:25:31 -07:00
|
|
|
|
2012-06-28 18:56:30 -07:00
|
|
|
DEFINES += -DDLL_PREFIX=\"$(DLL_PREFIX)\" -DDLL_SUFFIX=\"$(DLL_SUFFIX)\"
|
|
|
|
|
2011-06-19 22:36:17 -07:00
|
|
|
# We fire the nsDOMDeviceAcceleration
|
2012-05-09 03:00:48 -07:00
|
|
|
LOCAL_INCLUDES += \
|
2012-05-18 01:29:40 -07:00
|
|
|
-I$(topsrcdir)/content/events/src \
|
2012-05-09 03:00:48 -07:00
|
|
|
-I$(topsrcdir)/dom/base \
|
|
|
|
-I$(topsrcdir)/dom/bindings \
|
2012-11-26 08:55:12 -08:00
|
|
|
-I$(topsrcdir)/js/xpconnect/loader \
|
|
|
|
$(NULL)
|
2012-03-09 10:40:43 -08:00
|
|
|
|
2010-06-25 05:25:31 -07:00
|
|
|
EXPORT_LIBRARY = 1
|
2013-07-17 13:07:14 -07:00
|
|
|
|
2010-06-25 05:25:31 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2013-07-04 05:28:43 -07:00
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|