From 9c8e5249201801aa1e863bb5de2ee63d2286d071 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 6 Feb 2003 15:36:57 +0000 Subject: remove imagesdir, etc, which are now defined in configure.in * Makefile.am: remove imagesdir, etc, which are now defined in configure.in svn path=/trunk/; revision=19803 --- art/ChangeLog | 5 +++++ art/Makefile.am | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/art/ChangeLog b/art/ChangeLog index 71632bbccf..73e717e307 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,8 @@ +2003-02-06 Dan Winship + + * Makefile.am: remove imagesdir, etc, which are now defined in + configure.in + 2003-01-22 Ettore Perazzoli * Makefile.am (imagesdir): Version using $(BASE_VERSION). diff --git a/art/Makefile.am b/art/Makefile.am index e15280daa0..72e13b9e1d 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -1,4 +1,3 @@ -imagesdir = $(datadir)/evolution-$(BASE_VERSION)/images/ images_DATA = \ 16_copy.png \ 16_customize.png \ @@ -166,7 +165,6 @@ images_DATA = \ working-16.png \ world_map-960.png -buttonsdir = $(datadir)/evolution-$(BASE_VERSION)/images/buttons buttons_DATA = \ arrow-right-24.png \ arrow-left-24.png \ @@ -200,7 +198,6 @@ buttons_DATA = \ workweekview.xpm \ yearview.xpm -gladedir = $(datadir)/evolution-$(BASE_VERSION)/glade glade_DATA = \ evolution.png \ import.png \ @@ -213,7 +210,7 @@ glade_DATA = \ thankyou.png \ timezone-48.png -conduitsdir = $(datadir)/evolution-$(BASE_VERSION)/images/conduits +conduitsdir = $(imagesdir)/conduits conduits_DATA = \ evo-16-address-conduit.png \ evo-16-todo-conduit.png \ -- cgit v1.2.3