aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-12-12 05:00:06 +0800
committerChris Toshok <toshok@src.gnome.org>2003-12-12 05:00:06 +0800
commite6f4f9dccf020dd7de33b41956baf58f85ebbd0d (patch)
tree0c5866f2ae2c5269e96b974b0929e1644c8791e4
parenta706f49f2604162d8724f8366d10a27f2015002d (diff)
downloadgsoc2013-evolution-e6f4f9dccf020dd7de33b41956baf58f85ebbd0d.tar
gsoc2013-evolution-e6f4f9dccf020dd7de33b41956baf58f85ebbd0d.tar.gz
gsoc2013-evolution-e6f4f9dccf020dd7de33b41956baf58f85ebbd0d.tar.bz2
gsoc2013-evolution-e6f4f9dccf020dd7de33b41956baf58f85ebbd0d.tar.lz
gsoc2013-evolution-e6f4f9dccf020dd7de33b41956baf58f85ebbd0d.tar.xz
gsoc2013-evolution-e6f4f9dccf020dd7de33b41956baf58f85ebbd0d.tar.zst
gsoc2013-evolution-e6f4f9dccf020dd7de33b41956baf58f85ebbd0d.zip
get the build moving again. add CERT_UI_CFLAGS here for the time being.
2003-12-11 Chris Toshok <toshok@ximian.com> * Makefile.am (INCLUDES): get the build moving again. add CERT_UI_CFLAGS here for the time being. svn path=/trunk/; revision=23929
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index d03dc72d9e..44401b4a4a 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-11 Chris Toshok <toshok@ximian.com>
+
+ * Makefile.am (INCLUDES): get the build moving again. add
+ CERT_UI_CFLAGS here for the time being.
+
2003-12-11 Jeffrey Stedfast <fejj@ximian.com>
Fixes bug #1717.
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 5c8dd16cb8..2538b5464e 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -20,6 +20,7 @@ INCLUDES = \
-I$(top_srcdir)/smime/lib \
-I$(top_srcdir)/smime/gui \
$(EVOLUTION_MAIL_CFLAGS) \
+ $(CERT_UI_CFLAGS) \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \