diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-13 03:54:07 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-13 03:54:07 +0800 |
commit | 7d835651bee63b8069586cf26454648d219eddc0 (patch) | |
tree | 4c1f39597ab3c240d70a6ba94425b560e93acfe9 /shell/Makefile.am | |
parent | 61166a82056404dd9c68d8fb0722acfc565119c5 (diff) | |
download | gsoc2013-evolution-7d835651bee63b8069586cf26454648d219eddc0.tar.gz gsoc2013-evolution-7d835651bee63b8069586cf26454648d219eddc0.tar.zst gsoc2013-evolution-7d835651bee63b8069586cf26454648d219eddc0.zip |
Remove ui.xml stuff which was breaking distcheck.
svn path=/trunk/; revision=5380
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
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 |