diff options
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 0d18aa7669..845d846ef8 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2000-07-10 Dan Winship <danw@helixcode.com> + + * gui/component/select-names/Makefile.am (EXTRA_DIST): add idl + file to EXTRA_DIST + 2000-07-10 Ettore Perazzoli <ettore@helixcode.com> * gui/component/addressbook.c (control_activate): Remove the diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index 1ed9c93498..a9c0600734 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -68,5 +68,7 @@ glade_DATA = select-names.glade EXTRA_DIST = \ $(glade_DATA) \ - select-names.glade.h + select-names.glade.h \ + $(IDLS) + |