diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-31 22:58:18 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-31 22:58:18 +0800 |
commit | e242f753cdc7ef38832a9fc22a2faae2015c4fbb (patch) | |
tree | f65979b42936e57987da51dd641d552f97a23e67 /addressbook | |
parent | 95c68912699be41ba05576c180e37613bf72c25e (diff) | |
download | gsoc2013-evolution-e242f753cdc7ef38832a9fc22a2faae2015c4fbb.tar.gz gsoc2013-evolution-e242f753cdc7ef38832a9fc22a2faae2015c4fbb.tar.zst gsoc2013-evolution-e242f753cdc7ef38832a9fc22a2faae2015c4fbb.zip |
Install load-gnomecard-addressbook and load-pine-addressbook.
2000-08-31 Christopher James Lahey <clahey@helixcode.com>
* backend/ebook/Makefile.am: Install load-gnomecard-addressbook
and load-pine-addressbook.
svn path=/trunk/; revision=5141
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/backend/ebook/Makefile.am | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 100e27bdb5..fad94575c8 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2000-08-31 Christopher James Lahey <clahey@helixcode.com> + + * backend/ebook/Makefile.am: Install load-gnomecard-addressbook + and load-pine-addressbook. + 2000-08-30 Lauris Kaplinski <lauris@helixcode.com> * printing/e-contact-print.c: Countless small changes for gnome-print 0.21+ diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am index 12f35d0b94..4b49660e7f 100644 --- a/addressbook/backend/ebook/Makefile.am +++ b/addressbook/backend/ebook/Makefile.am @@ -1,4 +1,6 @@ -noinst_PROGRAMS = test-card test-client test-client-list load-pine-addressbook load-gnomecard-addressbook +noinst_PROGRAMS = test-card test-client test-client-list + +bin_PROGRAMS = load-pine-addressbook load-gnomecard-addressbook CORBA_SOURCE = \ addressbook.h \ |