Bug 853360 - Implement the coneGain part of the AudioPannerNode. r=roc
[gecko.git] / browser / Makefile.in
blob0eab0c7a084646c6479e186c73625d021ae6b9d3
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 $(topsrcdir)/config/config.mk
12 include $(topsrcdir)/config/rules.mk
14 ifdef MAKENSISU
16 # For Windows build the uninstaller during the application build since the
17 # uninstaller is included with the application for mar file generation.
18 libs::
19 $(MAKE) -C installer/windows uninstaller
20 ifdef MOZ_MAINTENANCE_SERVICE
21 $(MAKE) -C installer/windows maintenanceservice_installer
22 endif
23 endif