diff options
-rw-r--r-- | addressbook/contact-editor/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/contact-editor/Makefile.am b/addressbook/contact-editor/Makefile.am index 665a651f15..1016d38301 100644 --- a/addressbook/contact-editor/Makefile.am +++ b/addressbook/contact-editor/Makefile.am @@ -17,6 +17,8 @@ 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 \ diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index 665a651f15..1016d38301 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -17,6 +17,8 @@ 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 \ |