diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-03-20 12:45:39 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-03-20 12:45:39 +0800 |
commit | 262ee8128d564206d60c93e479200d1c977fd10d (patch) | |
tree | 0b8cd78cc2d104e3f16d1d958db5e9b364cf5018 /camel/Makefile.am | |
parent | 1510304c2de206313c637d9269b4fb451cb50adb (diff) | |
download | gsoc2013-evolution-262ee8128d564206d60c93e479200d1c977fd10d.tar.gz 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.am | 1 |
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\" |