diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-01 00:53:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-01 00:53:15 +0800 |
commit | e89232e97e2e4a1e7e084ea32f9a078754e8ebfc (patch) | |
tree | 28715a0f90513c7e9149a86fb2da9f18ac131060 /composer | |
parent | 78fd379aa7c17c60c4b5fc07e5243b32ec4a2639 (diff) | |
download | gsoc2013-evolution-e89232e97e2e4a1e7e084ea32f9a078754e8ebfc.tar.gz gsoc2013-evolution-e89232e97e2e4a1e7e084ea32f9a078754e8ebfc.tar.zst gsoc2013-evolution-e89232e97e2e4a1e7e084ea32f9a078754e8ebfc.zip |
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
Diffstat (limited to 'composer')
-rw-r--r-- | composer/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
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: |