diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-07 08:49:57 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-07 08:49:57 +0800 |
commit | d538e1e10733fc1211306edffd1a072395b5dc6e (patch) | |
tree | 3ecb3e00637b62447866af507b249be0546cbf42 /mail | |
parent | 443433db5618ebaa0bd8c0314fa5ce9978640003 (diff) | |
download | gsoc2013-evolution-d538e1e10733fc1211306edffd1a072395b5dc6e.tar gsoc2013-evolution-d538e1e10733fc1211306edffd1a072395b5dc6e.tar.gz gsoc2013-evolution-d538e1e10733fc1211306edffd1a072395b5dc6e.tar.bz2 gsoc2013-evolution-d538e1e10733fc1211306edffd1a072395b5dc6e.tar.lz gsoc2013-evolution-d538e1e10733fc1211306edffd1a072395b5dc6e.tar.xz gsoc2013-evolution-d538e1e10733fc1211306edffd1a072395b5dc6e.tar.zst gsoc2013-evolution-d538e1e10733fc1211306edffd1a072395b5dc6e.zip |
include GCONF_CFLAGS for gconf_init
svn path=/trunk/; revision=3932
Diffstat (limited to 'mail')
-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 e92223bb5b..94251e6359 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -13,6 +13,7 @@ INCLUDES = \ -I$(top_srcdir)/shell \ $(BONOBO_HTML_GNOME_CFLAGS) \ $(GNOME_VFS_CFLAGS) \ + $(GCONF_CFLAGS) \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ |