From e89232e97e2e4a1e7e084ea32f9a078754e8ebfc Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 31 Oct 2008 16:53:15 +0000 Subject: Get composer integration working with the rest of the modules, but man do we have circular dependencies all over the place! Big house of cards. svn path=/branches/kill-bonobo/; revision=36706 --- composer/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'composer/Makefile.am') diff --git a/composer/Makefile.am b/composer/Makefile.am index 5b777f5525..4b46b3eb54 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -25,8 +25,6 @@ INCLUDES = \ $(EVOLUTION_MAIL_CFLAGS) libcomposer_la_SOURCES = \ - $(IDL_GENERATED) \ - $(HTML_EDITOR_GENERATED) \ e-composer-actions.c \ e-composer-actions.h \ e-composer-autosave.c \ @@ -49,6 +47,9 @@ libcomposer_la_SOURCES = \ e-msg-composer.c \ e-msg-composer.h +libcomposer_la_LIBADD = \ + $(top_builddir)/widgets/misc/libemiscwidgets.la + uidir = $(evolutionuidir) ui_DATA = evolution-composer.ui @@ -57,7 +58,7 @@ EXTRA_DIST = \ mail-composer.error.xml \ ChangeLog.pre-1-4 -BUILT_SOURCES = $(IDL_GENERATED) $(HTML_EDITOR_GENERATED) $(error_DATA) +BUILT_SOURCES = $(error_DATA) CLEANFILES = $(BUILT_SOURCES) dist-hook: -- cgit v1.2.3