aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-03-20 12:45:39 +0800
committerChris Lahey <clahey@src.gnome.org>2001-03-20 12:45:39 +0800
commit262ee8128d564206d60c93e479200d1c977fd10d (patch)
tree0b8cd78cc2d104e3f16d1d958db5e9b364cf5018 /camel/Makefile.am
parent1510304c2de206313c637d9269b4fb451cb50adb (diff)
downloadgsoc2013-evolution-262ee8128d564206d60c93e479200d1c977fd10d.tar
gsoc2013-evolution-262ee8128d564206d60c93e479200d1c977fd10d.tar.gz
gsoc2013-evolution-262ee8128d564206d60c93e479200d1c977fd10d.tar.bz2
gsoc2013-evolution-262ee8128d564206d60c93e479200d1c977fd10d.tar.lz
gsoc2013-evolution-262ee8128d564206d60c93e479200d1c977fd10d.tar.xz
gsoc2013-evolution-262ee8128d564206d60c93e479200d1c977fd10d.tar.zst
gsoc2013-evolution-262ee8128d564206d60c93e479200d1c977fd10d.zip
Added $(EXTRA_GNOME_CFLAGS)
2001-03-19 Christopher James Lahey <clahey@ximian.com> * Makefile.am (INCLUDES): Added $(EXTRA_GNOME_CFLAGS) svn path=/trunk/; revision=8838
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r--camel/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 1b99bf9847..694ab616dd 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -16,6 +16,7 @@ INCLUDES = -I.. -I$(srcdir)/.. \
$(KRB4_CFLAGS) \
$(NSPR_CFLAGS) \
$(NSS_CFLAGS) \
+ $(EXTRA_GNOME_CFLAGS) \
-DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \
-DG_LOG_DOMAIN=\"camel\"