diff options
Diffstat (limited to 'addressbook/gui/merging/Makefile.am')
-rw-r--r-- | addressbook/gui/merging/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/merging/Makefile.am b/addressbook/gui/merging/Makefile.am index 4c57316e8c..e032cd639d 100644 --- a/addressbook/gui/merging/Makefile.am +++ b/addressbook/gui/merging/Makefile.am @@ -10,10 +10,10 @@ INCLUDES = \ -DLIBGNOMEUI_DISABLE_DEPRECATED \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) -noinst_LIBRARIES = \ - libecardmerging.a +noinst_LTLIBRARIES = \ + libecardmerging.la -libecardmerging_a_SOURCES = \ +libecardmerging_la_SOURCES = \ e-card-merging.c \ e-card-merging.h |