aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorMathieu Lacage <mathieu@src.gnome.org>2000-08-02 11:07:59 +0800
committerMathieu Lacage <mathieu@src.gnome.org>2000-08-02 11:07:59 +0800
commitc03a0bf83596176d50d349c41458284ab69d0d18 (patch)
tree99ec25e0e7a47bc504b41dab4fbf44811099b6a0 /mail/Makefile.am
parent324b1e8675ed32dcdc051a2fd916158bd02a9893 (diff)
downloadgsoc2013-evolution-c03a0bf83596176d50d349c41458284ab69d0d18.tar
gsoc2013-evolution-c03a0bf83596176d50d349c41458284ab69d0d18.tar.gz
gsoc2013-evolution-c03a0bf83596176d50d349c41458284ab69d0d18.tar.bz2
gsoc2013-evolution-c03a0bf83596176d50d349c41458284ab69d0d18.tar.lz
gsoc2013-evolution-c03a0bf83596176d50d349c41458284ab69d0d18.tar.xz
gsoc2013-evolution-c03a0bf83596176d50d349c41458284ab69d0d18.tar.zst
gsoc2013-evolution-c03a0bf83596176d50d349c41458284ab69d0d18.zip
add GTKHTML_CFLAGS where needed.
svn path=/trunk/; revision=4467
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 7204c237dd..0e3c09cfb0 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) \
+ $(UNICODE_CFLAGS) \
$(GCONF_CFLAGS) \
-DEVOLUTION_VERSION=\""$(VERSION)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
@@ -115,7 +116,7 @@ schema_DATA = evolution-mail.schemas
iconsdir = $(datadir)/images/evolution
$(EVOLUTION_MAIL_CORBA_GENERATED): Mail.idl
- $(ORBIT_IDL) -I$(datadir)/idl -I`$(GNOME_CONFIG) --datadir`/idl -I$(srcdir) $(srcdir)/Mail.idl
+ $(ORBIT_IDL) -I$(datadir)/idl -I`$(GNOME_CONFIG) --cflags idl` -I`$(GNOME_CONFIG) --datadir`/idl -I$(srcdir) $(srcdir)/Mail.idl
EXTRA_DIST = Mail.idl $(glade_DATA) $(GOAD_FILES) $(OAF_FILES)