diff options
Diffstat (limited to 'composer')
-rw-r--r-- | composer/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am index 6983084e12..4b2c3720dc 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -6,6 +6,8 @@ glade_DATA = \ e-msg-composer.glade INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_builddir) \ -I$(top_srcdir)/camel \ -I$(top_builddir)/camel \ $(GNOME_INCLUDEDIR) |