diff options
-rw-r--r-- | mail/Makefile.am | 4 | ||||
-rw-r--r-- | shell/Makefile.am | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 8132951901..b622c2aa27 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -3,14 +3,14 @@ bin_PROGRAMS = evolution-mail test-mail providerdir = $(libdir)/evolution/camel-providers/$(VERSION) INCLUDES = \ + $(BONOBO_HTML_GNOME_CFLAGS) \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \ -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \ -I$(top_srcdir)/widgets \ - -I$(top_srcdir)/widgets/e-text \ - $(BONOBO_HTML_GNOME_CFLAGS) + -I$(top_srcdir)/widgets/e-text EVOLUTION_MAIL_CORBA_GENERATED = \ Mail.h \ diff --git a/shell/Makefile.am b/shell/Makefile.am index 56341d0042..7125c41512 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -2,12 +2,11 @@ bin_PROGRAMS = evolution INCLUDES = \ + $(BONOBO_GNOME_CFLAGS) \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ - -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ - -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \ - -I$(srcdir)/../widgets \ - $(BONOBO_GNOME_CFLAGS) + -I$(srcdir)/../widgets + EVOLUTION_CORBA_GENERATED = \ Evolution.h \ |