diff options
Diffstat (limited to 'executive-summary/component/Makefile.am')
-rw-r--r-- | executive-summary/component/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am index 1af1dd7df1..69856b1837 100644 --- a/executive-summary/component/Makefile.am +++ b/executive-summary/component/Makefile.am @@ -12,7 +12,6 @@ INCLUDES = \ -I$(top_srcdir)/executive-summary/evolution-services \ $(EXTRA_GNOME_CFLAGS) \ $(GNOME_VFS_CFLAGS) \ - $(UNICODE_CFLAGS) \ $(GTKHTML_CFLAGS) \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ @@ -66,8 +65,7 @@ evolution_executive_summary_LDADD = \ $(BONOBO_VFS_GNOME_LIBS) \ $(EXTRA_GNOME_LIBS) \ -lgal \ - $(GTKHTML_LIBS) \ - $(UNICODE_LIBS) + $(GTKHTML_LIBS) gladedir = $(datadir)/evolution/glade glade_DATA = executive-summary-config.glade |