diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-11 07:26:11 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-11 07:26:11 +0800 |
commit | b5f73eba49e299ec1c704508904777141cb9cfca (patch) | |
tree | 07a0235f5e97ae08556d4735c3a6bef68a0fb52a | |
parent | a854c6717ec8270606b1a4ea20c7ad1563ffe5f3 (diff) | |
download | gsoc2013-evolution-b5f73eba49e299ec1c704508904777141cb9cfca.tar gsoc2013-evolution-b5f73eba49e299ec1c704508904777141cb9cfca.tar.gz gsoc2013-evolution-b5f73eba49e299ec1c704508904777141cb9cfca.tar.bz2 gsoc2013-evolution-b5f73eba49e299ec1c704508904777141cb9cfca.tar.lz gsoc2013-evolution-b5f73eba49e299ec1c704508904777141cb9cfca.tar.xz gsoc2013-evolution-b5f73eba49e299ec1c704508904777141cb9cfca.tar.zst gsoc2013-evolution-b5f73eba49e299ec1c704508904777141cb9cfca.zip |
add idl file to EXTRA_DIST
* gui/component/select-names/Makefile.am (EXTRA_DIST): add idl
file to EXTRA_DIST
svn path=/trunk/; revision=4069
-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) + |