diff options
Diffstat (limited to 'plugins/templates/Makefile.am')
-rw-r--r-- | plugins/templates/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/templates/Makefile.am b/plugins/templates/Makefile.am index b20f11f242..b28632fcf7 100644 --- a/plugins/templates/Makefile.am +++ b/plugins/templates/Makefile.am @@ -11,7 +11,6 @@ liborg_gnome_templates_la_CPPFLAGS = \ -I$(top_builddir)/composer \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) \ - $(CHAMPLAIN_CFLAGS) \ $(GTKHTML_CFLAGS) liborg_gnome_templates_la_SOURCES = templates.c @@ -26,7 +25,6 @@ liborg_gnome_templates_la_LIBADD = \ $(top_builddir)/libemail-engine/libemail-engine.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ - $(CHAMPLAIN_LIBS) \ $(GTKHTML_LIBS) EXTRA_DIST = org-gnome-templates.eplug.xml |