From 842913831516ce552b166c3f506f05a816758b27 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 12 Jul 2000 21:57:31 +0000 Subject: Added installation of arrow.png. 2000-07-12 Christopher James Lahey * contact-editor/Makefile.am: Added installation of arrow.png. * contact-editor/e-contact-editor.c: Use EVOLUTIONDIR #define. svn path=/trunk/; revision=4124 --- addressbook/contact-editor/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'addressbook/contact-editor/Makefile.am') diff --git a/addressbook/contact-editor/Makefile.am b/addressbook/contact-editor/Makefile.am index d7729421b1..b487f96fe2 100644 --- a/addressbook/contact-editor/Makefile.am +++ b/addressbook/contact-editor/Makefile.am @@ -1,6 +1,7 @@ CPPFLAGS = \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ - -DDATADIR=\""$(datadir)"\" + -DDATADIR=\""$(datadir)"\" \ + -DEVOLUTIONDIR=\""$(evolutiondir)"\" INCLUDES = \ $(BONOBO_GNOME_CFLAGS) \ @@ -43,6 +44,10 @@ contact_editor_test_LDADD = \ $(top_builddir)/widgets/e-text/libetext.a \ $(EXTRA_GNOME_LIBS) +evolutiondir = $(datadir)/evolution + +evolution_DATA = arrow.png + gladedir = $(datadir)/evolution/glade glade_DATA = \ @@ -50,7 +55,8 @@ glade_DATA = \ fullname.glade \ categories.glade -EXTRA_DIST = $(glade_DATA) \ +EXTRA_DIST = $(evolution_DATA) \ + $(glade_DATA) \ e-contact-editor-strings.h \ fullname-strings.h \ categories-strings.h -- cgit v1.2.3