diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-25 02:12:16 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-25 02:12:16 +0800 |
commit | 0f7f8fdd03ca1c5d69361a41ae6496ca1e098344 (patch) | |
tree | 289774461bc4527fe0b42ad093e80e334efdc290 /calendar/gui/dialogs | |
parent | 16dbc5e5c4dcfc0e49d702850b51fcccbe28833b (diff) | |
download | gsoc2013-evolution-0f7f8fdd03ca1c5d69361a41ae6496ca1e098344.tar.gz 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/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
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 \ |