diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-06 23:36:57 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-06 23:36:57 +0800 |
commit | 9c8e5249201801aa1e863bb5de2ee63d2286d071 (patch) | |
tree | 40370a19aed89a5efe1c6d743f2d586c72bbc22f /art/Makefile.am | |
parent | 13dd7b235041c511c1ee7a42b66e5247ba2da8f9 (diff) | |
download | gsoc2013-evolution-9c8e5249201801aa1e863bb5de2ee63d2286d071.tar.gz gsoc2013-evolution-9c8e5249201801aa1e863bb5de2ee63d2286d071.tar.zst gsoc2013-evolution-9c8e5249201801aa1e863bb5de2ee63d2286d071.zip |
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
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
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 \ |