author | Stefan Sitter <ssitter@gmail.com> |
Mon, 29 Jun 2015 16:25:25 +0200 | |
changeset 22819 | 99d02f70de9aff76228a13857aaf4020863c6974 |
parent 20924 | 54d373ca636e0decc241fb7e2beeaec25584ef3d |
child 40347 | dd6e7061f3e656f9a0e80fd17f9f05650ae0ff5c |
permissions | -rw-r--r-- |
# 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/. EXPORTS += [ 'nsPgpMimeProxy.h', ] SOURCES += [ 'nsPgpMimeProxy.cpp', ] FINAL_LIBRARY = 'mail' Library('pgpmime_s') LOCAL_INCLUDES += [ '../glue', ]