diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-13 04:02:03 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-13 04:02:03 +0800 |
commit | b3986d16fab471bd956752bef55bf80acf8c2965 (patch) | |
tree | 68a12eabfee3c3b8be5910e92953b491326c4545 /calendar/gui | |
parent | 7d835651bee63b8069586cf26454648d219eddc0 (diff) | |
download | gsoc2013-evolution-b3986d16fab471bd956752bef55bf80acf8c2965.tar gsoc2013-evolution-b3986d16fab471bd956752bef55bf80acf8c2965.tar.gz gsoc2013-evolution-b3986d16fab471bd956752bef55bf80acf8c2965.tar.bz2 gsoc2013-evolution-b3986d16fab471bd956752bef55bf80acf8c2965.tar.lz gsoc2013-evolution-b3986d16fab471bd956752bef55bf80acf8c2965.tar.xz gsoc2013-evolution-b3986d16fab471bd956752bef55bf80acf8c2965.tar.zst gsoc2013-evolution-b3986d16fab471bd956752bef55bf80acf8c2965.zip |
Get rid of the `ui.xml' stuff that Michael committed, as it's breaking
distcheck.
svn path=/trunk/; revision=5381
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 7de9313589..26de95f324 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -135,8 +135,3 @@ evolution-calendar.pure: evolution-calendar $(PLINK) $(evolution_calendar_LDFLAGS) $(evolution_calendar_OBJECTS) $(evolution_calendar_LDADD) $(LIBS) endif - -uidir = $(datadir)/evolution/calendar -ui_DATA = ui.xml - -EXTRA_DIST = ui.xml |