diff options
Diffstat (limited to 'addressbook/contact-editor/Makefile.am')
-rw-r--r-- | addressbook/contact-editor/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/addressbook/contact-editor/Makefile.am b/addressbook/contact-editor/Makefile.am index d3beb08fed..c723ead970 100644 --- a/addressbook/contact-editor/Makefile.am +++ b/addressbook/contact-editor/Makefile.am @@ -19,7 +19,9 @@ libecontacteditor_a_SOURCES = \ e-contact-editor-fullname.c \ e-contact-editor-fullname.h \ e-contact-editor.c \ - e-contact-editor.h + e-contact-editor.h \ + e-contact-save-as.c \ + e-contact-save-as.h noinst_PROGRAMS = \ contact-editor-test |