From d932fda48b3724f516fa5012b80c329644d72bdf Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 2 Mar 2000 11:19:39 +0000 Subject: Bonobization of the message composer, part 1. svn path=/trunk/; revision=2012 --- composer/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'composer/Makefile.am') 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) \ -- cgit v1.2.3