From 5ff5cd81532edda57a0793273fee0cdadef07dd9 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 4 Jan 2001 21:56:16 +0000 Subject: Remove non-existent file 2001-01-04 JP Rosevear * POTFILES.in: Remove non-existent file 2001-01-04 JP Rosevear * 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 --- addressbook/contact-editor/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'addressbook/contact-editor/Makefile.am') diff --git a/addressbook/contact-editor/Makefile.am b/addressbook/contact-editor/Makefile.am index 1016d38301..fb200df78f 100644 --- a/addressbook/contact-editor/Makefile.am +++ b/addressbook/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 -- cgit