Bumping manifests a=b2g-bump
[gecko.git] / memory / jemalloc / Makefile.in
blobf20ce1a4fea00ff86b91a6973eb88775081bbb02
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_PROGRAM_LDFLAGS
6 DIST_INSTALL = 1
7 endif
9 include $(topsrcdir)/config/rules.mk
11 ifdef GNU_CC
12 CFLAGS += -std=gnu99
13 endif