summaryrefslogtreecommitdiffstats
path: root/debian/mozconfig.thunderbird
blob: e353666c9bddc59a6dfe20367a7501362361bffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- mode: makefile; coding: utf-8 -*-

# mozconfig.thunderbird
# settings for the build of Icedove
# 
# This file set up extra config options for the build of the Thunderbird
# application.
# Remember, options here will be overriden by sourcing any file later!

# sourcing the default common settings
. $topsrcdir/mozconfig.default

# Debian specific things
ac_add_options --enable-application=comm/mail    # enable Thunderbird

# setting the obj-dir (build directory, filled in by debian/rules)