Bug 951230 - Link test_IHistory against JS engine to fix link error with GGC r=glandium

This commit is contained in:
Jon Coppeard 2014-01-08 10:44:56 +00:00
parent d8a934661f
commit aa37ba4b77

View File

@ -0,0 +1,9 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/. */
LIBS += $(MOZ_JS_LIBS)
ifndef ZLIB_IN_MOZGLUE
LIBS += $(MOZ_ZLIB_LIBS)
endif