diff options
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 11066ec89d..0e9680dc3d 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -1,6 +1,7 @@ imagesdir = $(datadir)/images/evolution INCLUDES = \ + -I$(top_srcdir) \ $(GNOME_INCLUDEDIR) \ -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ -DG_LOG_DOMAIN=\"e-utils\" |