Bumping manifests a=b2g-bump
[gecko.git] / widget / gtk / mozgtk / stub / moz.build
blob245136426a67e3d5b66133bd999493b453a65b91
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 SOURCES += [
8     '../mozgtk.c',
11 for var in ('COMMON_SYMBOLS', 'GTK2_SYMBOLS', 'GTK3_SYMBOLS'):
12     DEFINES[var] = True
14 SharedLibrary('mozgtk_stub')
16 SONAME = 'mozgtk'