diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 10 | ||||
-rw-r--r-- | addressbook/gui/component/Makefile.am | 5 | ||||
-rw-r--r-- | addressbook/printing/Makefile.am | 8 |
3 files changed, 18 insertions, 5 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 531c07ec44..5daddb716c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2000-10-19 Ettore Perazzoli <ettore@helixcode.com> + + * printing/Makefile.am (glade_DATA): Remove + `e-contact-print.glade.h'. + (EXTRA_DIST): Move here. + + * gui/component/Makefile.am (glade_DATA): Remove + `ldap-server-dialog.glade.h'. + (EXTRA_DIST): Move here. + 2000-10-19 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/e-card.c: Change how the extension field acts when diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 642c7f91c7..8813504989 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -60,11 +60,12 @@ oafdir = $(datadir)/oaf oaf_DATA = addressbook.oafinfo gladedir = $(datadir)/evolution/glade -glade_DATA = ldap-server-dialog.glade ldap-server-dialog.glade.h +glade_DATA = ldap-server-dialog.glade EXTRA_DIST = \ $(glade_DATA) \ - $(oaf_DATA) + $(oaf_DATA) \ + ldap-server-dialog.glade.h if ENABLE_PURIFY PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am index a3156db610..4009415773 100644 --- a/addressbook/printing/Makefile.am +++ b/addressbook/printing/Makefile.am @@ -8,8 +8,7 @@ ecps_DATA = \ gladedir = $(datadir)/evolution/glade glade_DATA = \ - e-contact-print.glade \ - e-contact-print.glade.h + e-contact-print.glade INCLUDES = \ $(GNOME_INCLUDEDIR) \ @@ -62,4 +61,7 @@ contact_print_style_editor_test_LDADD = \ libecontactprint.a \ $(GNOME_PRINT_LIBS) -EXTRA_DIST = $(glade_DATA) $(ecps_DATA) +EXTRA_DIST = \ + $(glade_DATA) \ + $(ecps_DATA) \ + e-contact-print.glade.h |