gecko/dom/interfaces/settings/Makefile.in
Olli Pettay fb67655737 Bug 777285 - Autogenerate SettingsEvent implementation, r=anygregor
--HG--
extra : rebase_source : 038f38a4f9efae15a3fbf4236c4456bf9cfa4577
2012-08-01 12:48:35 +03:00

23 lines
608 B
Makefile

# 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/.
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = dom
XPIDL_MODULE = dom_settings
GRE_MODULE = 1
XPIDLSRCS = \
nsIDOMSettingsManager.idl \
nsISettingsService.idl \
nsIDOMMozSettingsEvent.idl \
$(NULL)
include $(topsrcdir)/config/rules.mk