diff options
author | JP Rosevear <jpr@helixcode.com> | 2001-01-05 05:56:16 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-01-05 05:56:16 +0800 |
commit | 5ff5cd81532edda57a0793273fee0cdadef07dd9 (patch) | |
tree | cbf4db4f680092b57f36b89d166e200c20d02580 /addressbook/gui/contact-editor/Makefile.am | |
parent | 2bd88e7f2587809a6079a8cfd92876be50a46ee6 (diff) | |
download | gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.gz gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.zst gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.zip |
Remove non-existent file
2001-01-04 JP Rosevear <jpr@helixcode.com>
* POTFILES.in: Remove non-existent file
2001-01-04 JP Rosevear <jpr@helixcode.com>
* conduit/Makefile.am: Fix hard coded library names that were
accidentally committed (i'm looking at you miggie)
* contact-editor/e-contact-editor.c (categories_clicked): Reflect
renaming.
* contact-editor/e-contact-editor-categories.[hc]: These are
living in gal now
svn path=/trunk/; revision=7261
Diffstat (limited to 'addressbook/gui/contact-editor/Makefile.am')
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index 1016d38301..fb200df78f 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -17,8 +17,6 @@ noinst_LIBRARIES = \ libecontacteditor_a_SOURCES = \ e-contact-editor-address.c \ e-contact-editor-address.h \ - e-contact-editor-categories.c \ - e-contact-editor-categories.h \ e-contact-editor-fullname.c \ e-contact-editor-fullname.h \ e-contact-editor.c \ @@ -56,7 +54,6 @@ glade_DATA = \ contact-editor.glade \ fulladdr.glade \ fullname.glade \ - categories.glade \ e-contact-editor-confirm-delete.glade EXTRA_DIST = $(evolution_DATA) \ @@ -64,5 +61,4 @@ EXTRA_DIST = $(evolution_DATA) \ e-contact-editor-strings.h \ fulladdr.glade.h \ fullname-strings.h \ - categories-strings.h \ e-contact-editor-confirm-delete.glade.h |