aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/Makefile.am5
2 files changed, 5 insertions, 4 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 7cd003f9ce..e6d748b73a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-12 Ettore Perazzoli <ettore@helixcode.com>
+
+ * Makefile.am: Remove the `ui.xml' stuff.
+
2000-09-11 Dan Winship <danw@helixcode.com>
* main.c (main): Initialize libunicode
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 848310ce33..9e259991ad 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -12,7 +12,7 @@ INCLUDES = \
-DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" \
-DG_LOG_DOMAIN=\"evolution-shell\"
-EXTRA_DIST = $(IDLS) ui.xml
+EXTRA_DIST = $(IDLS)
CLEANFILES = $(IDL_GENERATED)
@@ -124,9 +124,6 @@ evolution_LDADD = \
$(UNICODE_LIBS) \
$(BONOBO_GNOME_LIBS)
-uidir = $(datadir)/evolution/shell
-ui_DATA = ui.xml
-
# Purify support
if ENABLE_PURIFY