summaryrefslogtreecommitdiffstats
path: root/debian/mozconfig.thunderbird
diff options
context:
space:
mode:
Diffstat (limited to 'debian/mozconfig.thunderbird')
-rw-r--r--debian/mozconfig.thunderbird16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/mozconfig.thunderbird b/debian/mozconfig.thunderbird
new file mode 100644
index 0000000000..e353666c9b
--- /dev/null
+++ b/debian/mozconfig.thunderbird
@@ -0,0 +1,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)