Bug 828713 - soundtouch_config.h checks the non-existing MOZ_SAMPLE_TYPE_S16LE symbol...
[gecko.git] / dom / wifi / Makefile.in
blob2d0d871c2f91bf29f2e598f9787d3cb513376656
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 DEPTH = @DEPTH@
6 topsrcdir = @top_srcdir@
7 srcdir = @srcdir@
8 VPATH = @srcdir@
10 include $(DEPTH)/config/autoconf.mk
12 MODULE = dom
13 LIBRARY_NAME = domwifi_s
14 XPIDL_MODULE = dom_wifi
15 LIBXUL_LIBRARY = 1
16 FORCE_STATIC_LIB = 1
18 include $(topsrcdir)/dom/dom-config.mk
20 XPIDLSRCS = \
21 nsIWifi.idl \
22 nsIDOMMozWifiStatusChangeEvent.idl \
23 nsIDOMMozWifiConnectionInfoEvent.idl \
24 $(NULL)
26 EXTRA_COMPONENTS = \
27 WifiWorker.js \
28 WifiWorker.manifest \
29 DOMWifiManager.js \
30 DOMWifiManager.manifest \
31 $(NULL)
33 EXTRA_JS_MODULES = \
34 libhardware_legacy.js \
35 wifi_worker.js \
36 $(NULL)
38 include $(topsrcdir)/config/rules.mk
41 XPIDL_FLAGS += \
42 -I$(topsrcdir)/dom/base \
43 -I$(topsrcdir)/dom/interfaces/base \
44 -I$(topsrcdir)/dom/interfaces/events \
45 -I$(topsrcdir)/dom/system/gonk \
46 $(NULL)