Bumping manifests a=b2g-bump
[gecko.git] / memory / jemalloc / Makefile.in
blob83efd1d9294488f011c2b2493de7af5a9b4cea06
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 file,
3 # You can obtain one at http://mozilla.org/MPL/2.0/.
5 ifdef MOZ_GLUE_IN_PROGRAM
6 DIST_INSTALL = 1
7 endif
9 include $(topsrcdir)/config/rules.mk
11 ifdef GNU_CC
12 CFLAGS += -std=gnu99
13 endif