diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-20 01:47:39 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-20 01:47:39 +0800 |
commit | 329fe7df32a9114d2d293176f6303d50742b2b26 (patch) | |
tree | e3befb8651bb4e0a5f9faa2e04d814752491e5dc /addressbook | |
parent | 79d19f353c19137c65fe40164d90da0b16eee9ed (diff) | |
download | gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.gz gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.bz2 gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.lz gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.xz gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.zst gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.zip |
Build fixes from Jacob, same as the other branch.
svn path=/trunk/; revision=6035
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 |