diff options
Diffstat (limited to 'plugins/bbdb/Makefile.am')
-rw-r--r-- | plugins/bbdb/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/bbdb/Makefile.am b/plugins/bbdb/Makefile.am index 991f662cbc..48d8796712 100644 --- a/plugins/bbdb/Makefile.am +++ b/plugins/bbdb/Makefile.am @@ -17,8 +17,8 @@ liborg_gnome_evolution_bbdb_la_CPPFLAGS = \ -I$(top_srcdir) \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) \ - $(GTKHTML_CFLAGS) \ - $(CODE_COVERAGE_CFLAGS) + $(CODE_COVERAGE_CFLAGS) \ + $(NULL) liborg_gnome_evolution_bbdb_la_SOURCES = bbdb.c bbdb.h gaimbuddies.c @@ -32,7 +32,7 @@ liborg_gnome_evolution_bbdb_la_LIBADD = \ $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ - $(GTKHTML_LIBS) + $(NULL) EXTRA_DIST = org-gnome-evolution-bbdb.eplug.xml |