aboutsummaryrefslogtreecommitdiffstats
path: root/composer/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-03-02 19:19:39 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-03-02 19:19:39 +0800
commitd932fda48b3724f516fa5012b80c329644d72bdf (patch)
treea9b50d4dd3902ad79230b9b14e70b4034d590344 /composer/Makefile.am
parentda08b761fb9afadf60b4705ec8a310f83f031188 (diff)
downloadgsoc2013-evolution-d932fda48b3724f516fa5012b80c329644d72bdf.tar
gsoc2013-evolution-d932fda48b3724f516fa5012b80c329644d72bdf.tar.gz
gsoc2013-evolution-d932fda48b3724f516fa5012b80c329644d72bdf.tar.bz2
gsoc2013-evolution-d932fda48b3724f516fa5012b80c329644d72bdf.tar.lz
gsoc2013-evolution-d932fda48b3724f516fa5012b80c329644d72bdf.tar.xz
gsoc2013-evolution-d932fda48b3724f516fa5012b80c329644d72bdf.tar.zst
gsoc2013-evolution-d932fda48b3724f516fa5012b80c329644d72bdf.zip
Bonobization of the message composer, part 1.
svn path=/trunk/; revision=2012
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r--composer/Makefile.am4
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) \