From 7d835651bee63b8069586cf26454648d219eddc0 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 12 Sep 2000 19:54:07 +0000 Subject: Remove ui.xml stuff which was breaking distcheck. svn path=/trunk/; revision=5380 --- shell/ChangeLog | 4 ++++ shell/Makefile.am | 5 +---- 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 + + * Makefile.am: Remove the `ui.xml' stuff. + 2000-09-11 Dan Winship * 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 -- cgit