diff options
Diffstat (limited to 'executive-summary/evolution-services')
-rw-r--r-- | executive-summary/evolution-services/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/executive-summary/evolution-services/Makefile.am b/executive-summary/evolution-services/Makefile.am index 93f822b949..28b9a1c85c 100644 --- a/executive-summary/evolution-services/Makefile.am +++ b/executive-summary/evolution-services/Makefile.am @@ -8,7 +8,6 @@ INCLUDES = \ -I$(top_builddir)/executive-summary \ $(EXTRA_GNOME_CFLAGS) \ $(GNOME_VFS_CFLAGS) \ - $(UNICODE_CFLAGS) \ $(GTKHTML_CFLAGS) \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ @@ -48,8 +47,7 @@ libevolution_services_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(BONOBO_VFS_GNOME_LIBS) \ $(EXTRA_GNOME_LIBS) \ - $(GTKHTML_LIBS) \ - $(UNICODE_LIBS) + $(GTKHTML_LIBS) BUILT_SOURCES = $(IDL_GENERATED) CLEANFILES += $(BUILT_SOURCES) |