diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 1 | ||||
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 1 |
3 files changed, 7 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f1cbd31e12..ad7ee2ef81 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2003-11-07 JP Rosevear <jpr@ximian.com> + * gui/contact-editor/Makefile.am: don't include the c marshaller + file twice + + * gui/widgets/Makefile.am: ditto + +2003-11-07 JP Rosevear <jpr@ximian.com> + * gui/widgets/Makefile.am: make sure the marshal header is in the source list diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index afb7109fa1..f6a718822a 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -27,7 +27,6 @@ libecontacteditor_la_SOURCES = \ e-contact-editor-address.h \ e-contact-editor-fullname.c \ e-contact-editor-fullname.h \ - e-contact-editor-marshal.c \ e-contact-editor.c \ e-contact-editor.h \ e-contact-quick-add.c \ diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index e325678010..393c927123 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -49,7 +49,6 @@ libeabwidgets_la_SOURCES = \ eab-popup-control.h \ eab-vcard-control.c \ eab-vcard-control.h \ - eab-marshal.c \ e-minicard.c \ e-minicard.h \ e-minicard-label.c \ |