diff options
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 3445e4225a..b9e2ac1f3b 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -1,5 +1,8 @@ +imagesdir = $(datadir)/images/evolution + INCLUDES = \ $(GNOME_INCLUDEDIR) \ + -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ -DG_LOG_DOMAIN=\"e-utils\" noinst_LTLIBRARIES = libeutil.la |