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 052c530789..f0499650c4 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -9,7 +9,8 @@ INCLUDES = \ -I$(top_builddir) \ -I$(top_srcdir)/camel \ -I$(top_builddir)/camel \ - $(GNOME_INCLUDEDIR) + $(GNOME_INCLUDEDIR) \ + $(BONOBO_GNOME_CFLAGS) CPPFLAGS = \ -DE_GLADEDIR=\"$(gladedir)\" @@ -34,6 +35,7 @@ evolution_msg_composer_SOURCES = \ evolution_msg_composer_LDADD = \ $(top_builddir)/camel/libcamel.la \ + $(BONOBO_GNOME_LIBS) \ $(GNOME_LIBDIR) \ $(GNOMEUI_LIBS) \ $(INTLLIBS) \ |