diff options
Diffstat (limited to 'modules/book-config-ldap/Makefile.am')
-rw-r--r-- | modules/book-config-ldap/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/book-config-ldap/Makefile.am b/modules/book-config-ldap/Makefile.am index 6e957dc8c5..df17cb358c 100644 --- a/modules/book-config-ldap/Makefile.am +++ b/modules/book-config-ldap/Makefile.am @@ -3,10 +3,11 @@ module_LTLIBRARIES = module-book-config-ldap.la module_book_config_ldap_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ -I$(top_srcdir) \ - -I$(top_srcdir)/widgets \ -DG_LOG_DOMAIN=\"evolution-book-config-ldap\" \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) \ + $(CHAMPLAIN_CFLAGS) \ + $(GTKHTML_CFLAGS) \ $(LDAP_CFLAGS) module_book_config_ldap_la_SOURCES = \ @@ -15,11 +16,11 @@ module_book_config_ldap_la_SOURCES = \ e-source-ldap.h module_book_config_ldap_la_LIBADD = \ - $(top_builddir)/libevolution-utils/libevolution-utils.la \ $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ + $(CHAMPLAIN_LIBS) \ + $(GTKHTML_LIBS) \ $(LDAP_LIBS) module_book_config_ldap_la_LDFLAGS = \ |