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 | |
parent | 7d835651bee63b8069586cf26454648d219eddc0 (diff) | |
download | gsoc2013-evolution-b3986d16fab471bd956752bef55bf80acf8c2965.tar.gz 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')
-rw-r--r-- | calendar/ChangeLog | 2 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5a58560b6c..e2fd1e037d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,7 @@ 2000-09-12 Ettore Perazzoli <ettore@helixcode.com> + * gui/Makefile.am: Remove `ui.xml' stuff. + * pcs/cal-backend.c: Dont' #include calobj.h anymore as it's gone. 2000-09-12 Federico Mena Quintero <federico@helixcode.com> 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 |