Bug 853360 - Implement the coneGain part of the AudioPannerNode. r=roc
[gecko.git] / netwerk / ipc / Makefile.in
blob4a26ba55278a843ef66b7dce900d32de5ce10845
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@
9 FAIL_ON_WARNINGS := 1
11 include $(DEPTH)/config/autoconf.mk
13 LIBRARY_NAME = neckoipc_s
14 LIBXUL_LIBRARY = 1
15 FORCE_STATIC_LIB = 1
16 EXPORT_LIBRARY = 1
17 EXPORTS_NAMESPACES = mozilla/net
19 EXPORTS_mozilla/net = \
20 NeckoParent.h \
21 NeckoChild.h \
22 NeckoCommon.h \
23 NeckoMessageUtils.h \
24 ChannelEventQueue.h \
25 RemoteOpenFileParent.h \
26 RemoteOpenFileChild.h \
27 $(NULL)
29 CPPSRCS = \
30 NeckoCommon.cpp \
31 NeckoChild.cpp \
32 NeckoParent.cpp \
33 ChannelEventQueue.cpp \
34 RemoteOpenFileParent.cpp \
35 RemoteOpenFileChild.cpp \
36 $(NULL)
38 LOCAL_INCLUDES += \
39 -I$(srcdir)/../protocol/http \
40 -I$(srcdir)/../base/src \
41 -I$(topsrcdir)/modules/libjar \
42 $(NULL)
44 include $(topsrcdir)/config/config.mk
45 include $(topsrcdir)/ipc/chromium/chromium-config.mk
46 include $(topsrcdir)/config/rules.mk