mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 20:05:25 +00:00
fbabbc6c00
MozReview-Commit-ID: HnuWfS8UEDH --HG-- extra : rebase_source : 6e09bb36c1d4fe89ed22c2fc5ef8de3ff8ed484d
16 lines
417 B
Python
16 lines
417 B
Python
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# 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/.
|
|
|
|
SOURCES += ['OSPreferences_gtk.cpp']
|
|
|
|
CXXFLAGS += CONFIG['GLIB_CFLAGS']
|
|
|
|
FINAL_LIBRARY = 'xul'
|
|
|
|
LOCAL_INCLUDES += [
|
|
'..',
|
|
]
|