aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-25 02:12:16 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-25 02:12:16 +0800
commit0f7f8fdd03ca1c5d69361a41ae6496ca1e098344 (patch)
tree289774461bc4527fe0b42ad093e80e334efdc290 /calendar
parent16dbc5e5c4dcfc0e49d702850b51fcccbe28833b (diff)
downloadgsoc2013-evolution-0f7f8fdd03ca1c5d69361a41ae6496ca1e098344.tar
gsoc2013-evolution-0f7f8fdd03ca1c5d69361a41ae6496ca1e098344.tar.gz
gsoc2013-evolution-0f7f8fdd03ca1c5d69361a41ae6496ca1e098344.tar.bz2
gsoc2013-evolution-0f7f8fdd03ca1c5d69361a41ae6496ca1e098344.tar.lz
gsoc2013-evolution-0f7f8fdd03ca1c5d69361a41ae6496ca1e098344.tar.xz
gsoc2013-evolution-0f7f8fdd03ca1c5d69361a41ae6496ca1e098344.tar.zst
gsoc2013-evolution-0f7f8fdd03ca1c5d69361a41ae6496ca1e098344.zip
Remove, this is now defined in configure.in.
* gui/dialogs/Makefile.am (iconsdir): Remove, this is now defined in configure.in. * gui/Makefile.am (iconsdir): Remove; this is now defined in configure.in. * gui/alarm-notify/Makefile.am (iconsdir): Remove; this is now defined in configure.in. svn path=/trunk/; revision=19620
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog11
-rw-r--r--calendar/gui/Makefile.am2
-rw-r--r--calendar/gui/alarm-notify/Makefile.am1
-rw-r--r--calendar/gui/dialogs/Makefile.am2
4 files changed, 11 insertions, 5 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 9d75e2cda6..b88865d257 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,14 @@
+2003-01-24 Ettore Perazzoli <ettore@ximian.com>
+
+ * gui/dialogs/Makefile.am (iconsdir): Remove, this is now defined
+ in configure.in.
+
+ * gui/Makefile.am (iconsdir): Remove; this is now defined in
+ configure.in.
+
+ * gui/alarm-notify/Makefile.am (iconsdir): Remove; this is now
+ defined in configure.in.
+
2003-01-23 Hans Petter Jansson <hpj@ximian.com>
* gui/dialogs/event-page.c (get_widgets): GTK_OBJECT -> G_OBJECT cast.
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 657e12c92d..64095ab21f 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -57,8 +57,6 @@ INCLUDES = \
-DEVOLUTION_UIDIR=\""$(evolutionuidir)\"" \
$(EVOLUTION_CALENDAR_CFLAGS)
-iconsdir = $(datadir)/evolution-$(BASE_VERSION)/images
-
gladedir = $(datadir)/evolution-$(BASE_VERSION)/glade
glade_DATA = \
e-itip-control.glade \
diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am
index 6c0e938567..d53a2360c5 100644
--- a/calendar/gui/alarm-notify/Makefile.am
+++ b/calendar/gui/alarm-notify/Makefile.am
@@ -35,7 +35,6 @@ INCLUDES = \
-DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
$(EVOLUTION_CALENDAR_CFLAGS)
-iconsdir = $(datadir)/evolution-$(BASE_VERSION)/images
gladedir = $(datadir)/evolution-$(BASE_VERSION)/glade
glade_DATA = \
diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am
index cf7772c6d0..795944dcd5 100644
--- a/calendar/gui/dialogs/Makefile.am
+++ b/calendar/gui/dialogs/Makefile.am
@@ -78,8 +78,6 @@ libcal_dialogs_a_SOURCES = \
task-page.c \
task-page.h
-iconsdir = $(datadir)/evolution-$(BASE_VERSION)/images
-
gladedir = $(datadir)/evolution-$(BASE_VERSION)/glade
glade_DATA = \
alarm-options.glade \