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/gui/contact-editor/Makefile.am | |
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/gui/contact-editor/Makefile.am')
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |