aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-19 06:23:46 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-19 06:23:46 +0800
commit4c08e67f41a8069264343daa052002dc4e9de822 (patch)
tree4845df629251a2825c33c14d8152aa7127253ffb /e-util/Makefile.am
parent7720c770e54a3df89e1b26a0b5d8f42606c6ad36 (diff)
downloadgsoc2013-evolution-4c08e67f41a8069264343daa052002dc4e9de822.tar
gsoc2013-evolution-4c08e67f41a8069264343daa052002dc4e9de822.tar.gz
gsoc2013-evolution-4c08e67f41a8069264343daa052002dc4e9de822.tar.bz2
gsoc2013-evolution-4c08e67f41a8069264343daa052002dc4e9de822.tar.lz
gsoc2013-evolution-4c08e67f41a8069264343daa052002dc4e9de822.tar.xz
gsoc2013-evolution-4c08e67f41a8069264343daa052002dc4e9de822.tar.zst
gsoc2013-evolution-4c08e67f41a8069264343daa052002dc4e9de822.zip
Add imagesdir support.
2000-05-18 Christopher James Lahey <clahey@helixcode.com> * 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
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r--e-util/Makefile.am3
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