diff options
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am index 4b2c3720dc..469fb14ecf 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -39,9 +39,11 @@ evolution_msg_composer_LDADD = \ $(GNOMEUI_LIBS) \ $(INTLLIBS) \ $(PTHREAD_LIB) \ - $(EXTRA_GNOME_LIBS) + $(EXTRA_GNOME_LIBS_THREADS) EXTRA_DIST = \ $(glade_DATA) \ ChangeLog + + |