Makefile.in 457 B

1234567891011121314
  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/.
  4. include $(topsrcdir)/config/rules.mk
  5. ifdef MAKENSISU
  6. # For Windows build the uninstaller during the application build since the
  7. # uninstaller is included with the application for mar file generation.
  8. libs::
  9. $(MAKE) -C installer/windows uninstaller
  10. endif