diff options
Diffstat (limited to 'modules/composer-autosave/Makefile.am')
-rw-r--r-- | modules/composer-autosave/Makefile.am | 41 |
1 files changed, 18 insertions, 23 deletions
diff --git a/modules/composer-autosave/Makefile.am b/modules/composer-autosave/Makefile.am index a3c16be5eb..10cae2de7c 100644 --- a/modules/composer-autosave/Makefile.am +++ b/modules/composer-autosave/Makefile.am @@ -1,34 +1,29 @@ -NULL = - module_LTLIBRARIES = module-composer-autosave.la module_composer_autosave_la_CPPFLAGS = \ - $(AM_CPPFLAGS) \ - -I$(top_srcdir) \ - -DG_LOG_DOMAIN=\"evolution-composer-autosave\" \ - $(EVOLUTION_DATA_SERVER_CFLAGS) \ - $(GNOME_PLATFORM_CFLAGS) \ - $(GTKHTML_CFLAGS) \ - $(CODE_COVERAGE_CFLAGS) \ + $(AM_CPPFLAGS) \ + -I$(top_srcdir) \ + -DG_LOG_DOMAIN=\"evolution-composer-autosave\" \ + $(EVOLUTION_DATA_SERVER_CFLAGS) \ + $(GNOME_PLATFORM_CFLAGS) \ + $(CODE_COVERAGE_CFLAGS) \ $(NULL) module_composer_autosave_la_SOURCES = \ - evolution-composer-autosave.c \ - e-autosave-utils.c \ - e-autosave-utils.h \ - e-composer-autosave.c \ - e-composer-autosave.h \ - e-composer-registry.c \ - e-composer-registry.h \ - $(NULL) + evolution-composer-autosave.c \ + e-autosave-utils.c \ + e-autosave-utils.h \ + e-composer-autosave.c \ + e-composer-autosave.h \ + e-composer-registry.c \ + e-composer-registry.h module_composer_autosave_la_LIBADD = \ - $(top_builddir)/shell/libevolution-shell.la \ - $(top_builddir)/composer/libevolution-mail-composer.la \ - $(top_builddir)/e-util/libevolution-util.la \ - $(EVOLUTION_DATA_SERVER_LIBS) \ - $(GNOME_PLATFORM_LIBS) \ - $(GTKHTML_LIBS) \ + $(top_builddir)/shell/libevolution-shell.la \ + $(top_builddir)/composer/libevolution-mail-composer.la \ + $(top_builddir)/e-util/libevolution-util.la \ + $(EVOLUTION_DATA_SERVER_LIBS) \ + $(GNOME_PLATFORM_LIBS) \ $(NULL) module_composer_autosave_la_LDFLAGS = \ |