diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/gui/component/Makefile.am | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 78233d029f..878f33962b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2000-09-12 Ettore Perazzoli <ettore@helixcode.com> + + * gui/component/Makefile.am (EXTRA_DIST): Remove `ui.xml'. + 2000-09-11 Christopher James Lahey <clahey@helixcode.com> * contact-editor/e-contact-editor.c: Fixed a crash error. diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 6837984d93..0e28fc57db 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -72,7 +72,7 @@ glade_DATA = ldap-server-dialog.glade ldap-server-dialog.glade.h alphabet.glade EXTRA_DIST = \ $(glade_DATA) \ $(oaf_DATA) \ - alphabet.glade.h ui.xml + alphabet.glade.h if ENABLE_PURIFY PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ @@ -84,6 +84,3 @@ evolution-addressbook.pure: evolution-addressbook $(PLINK) $(evolution_addressbook_LDFLAGS) $(evolution_addressbook_OBJECTS) $(evolution_addressbook_LDADD) $(LIBS) endif - -uidir = $(datadir)/evolution/addressbook -ui_DATA = ui.xml |