diff options
author | Chris Toshok <toshok@ximian.com> | 2003-12-12 05:00:06 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-12-12 05:00:06 +0800 |
commit | e6f4f9dccf020dd7de33b41956baf58f85ebbd0d (patch) | |
tree | 0c5866f2ae2c5269e96b974b0929e1644c8791e4 /mail/Makefile.am | |
parent | a706f49f2604162d8724f8366d10a27f2015002d (diff) | |
download | gsoc2013-evolution-e6f4f9dccf020dd7de33b41956baf58f85ebbd0d.tar.gz 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
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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)"\" \ |