diff options
Diffstat (limited to 'modules/plugin-manager/Makefile.am')
-rw-r--r-- | modules/plugin-manager/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/plugin-manager/Makefile.am b/modules/plugin-manager/Makefile.am index 0c6a38aab5..c32a689861 100644 --- a/modules/plugin-manager/Makefile.am +++ b/modules/plugin-manager/Makefile.am @@ -6,7 +6,6 @@ module_plugin_manager_la_CPPFLAGS = \ -DG_LOG_DOMAIN=\"evolution-plugin-manager\" \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) \ - $(CHAMPLAIN_CFLAGS) \ $(GTKHTML_CFLAGS) module_plugin_manager_la_SOURCES = \ @@ -17,7 +16,6 @@ module_plugin_manager_la_LIBADD = \ $(top_builddir)/shell/libeshell.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ - $(CHAMPLAIN_LIBS) \ $(GTKHTML_LIBS) module_plugin_manager_la_LDFLAGS = \ |