diff options
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/gui/component/Makefile.am | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e570af5612..a47c818fba 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2002-04-30 JP Rosevear <jpr@ximian.com> + + * gui/component/Makefile.am (EXTRA_DIST): fix + 2002-04-30 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-addressbook-model.c, diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index b412d8bc1d..18fa1b9d07 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -74,10 +74,9 @@ glade_DATA = ldap-config.glade iconsdir = $(datadir)/images/evolution -extra_dist = \ - $(glade_data) \ - $(oaf_data) \ - ldap-config.glade \ +EXTRA_DIST = \ + $(glade_DATA) \ + $(oaf_DATA) \ $(oaf_in_files) if ENABLE_PURIFY |