diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-07 17:02:29 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-07 17:02:29 +0800 |
commit | ddf9f0ed18996d5409d5a80052c6e6c9962b0b22 (patch) | |
tree | a41443ec18f29a2171fa10436fcb2757cec8e8f7 /addressbook | |
parent | 3c5481fefb23ca07d7925232b6be7ef43f423ee9 (diff) | |
download | gsoc2013-evolution-ddf9f0ed18996d5409d5a80052c6e6c9962b0b22.tar.gz gsoc2013-evolution-ddf9f0ed18996d5409d5a80052c6e6c9962b0b22.tar.zst gsoc2013-evolution-ddf9f0ed18996d5409d5a80052c6e6c9962b0b22.zip |
don't include the c marshaller file twice
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
svn path=/trunk/; revision=23221
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 \ |