diff options
Diffstat (limited to 'addressbook/gui/contact-list-editor/Makefile.am')
-rw-r--r-- | addressbook/gui/contact-list-editor/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/contact-list-editor/Makefile.am b/addressbook/gui/contact-list-editor/Makefile.am index 6a3a21728a..278b2e528f 100644 --- a/addressbook/gui/contact-list-editor/Makefile.am +++ b/addressbook/gui/contact-list-editor/Makefile.am @@ -18,10 +18,10 @@ INCLUDES = \ -DLIBGNOMEUI_DISABLE_DEPRECATED \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) -noinst_LIBRARIES = \ - libecontactlisteditor.a +noinst_LTLIBRARIES = \ + libecontactlisteditor.la -libecontactlisteditor_a_SOURCES = \ +libecontactlisteditor_la_SOURCES = \ e-contact-list-editor.c \ e-contact-list-editor.h \ e-contact-list-editor-marshal.c \ |