From 4c08e67f41a8069264343daa052002dc4e9de822 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 18 May 2000 22:23:46 +0000 Subject: Add imagesdir support. 2000-05-18 Christopher James Lahey * Makefile.am: Add imagesdir support. * e-gui-utils.c, e-gui-utils.h: Added e_create_image_widget for glade use. svn path=/trunk/; revision=3120 --- e-util/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'e-util/Makefile.am') 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 -- cgit