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/.
|
2008-07-15 16:37:48 -07:00
|
|
|
|
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2008-07-15 16:37:48 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = dom
|
|
|
|
XPIDL_MODULE = dom_geolocation
|
|
|
|
GRE_MODULE = 1
|
|
|
|
|
2008-08-14 09:35:49 -07:00
|
|
|
XPIDLSRCS = \
|
|
|
|
nsIDOMGeoGeolocation.idl \
|
|
|
|
nsIDOMGeoPosition.idl \
|
2009-01-07 09:44:44 -08:00
|
|
|
nsIDOMGeoPositionCoords.idl \
|
2008-08-14 09:35:49 -07:00
|
|
|
nsIDOMGeoPositionCallback.idl \
|
|
|
|
nsIDOMGeoPositionError.idl \
|
|
|
|
nsIDOMGeoPositionErrorCallback.idl \
|
|
|
|
nsIDOMNavigatorGeolocation.idl \
|
2008-07-15 16:37:48 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
2012-08-24 13:01:30 -07:00
|
|
|
|
|
|
|
XPIDL_FLAGS += \
|
|
|
|
-I$(topsrcdir)/dom/interfaces/base \
|
|
|
|
$(NULL)
|