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
This commit is contained in:
Dan Winship
2003-02-06 15:36:57 +00:00
parent 13dd7b2350
commit 9c8e524920
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2003-02-06 Dan Winship <danw@ximian.com>
* Makefile.am: remove imagesdir, etc, which are now defined in
configure.in
2003-01-22 Ettore Perazzoli <ettore@ximian.com>
* Makefile.am (imagesdir): Version using $(BASE_VERSION).

View File

@ -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 \