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 e032cd639d..4c57316e8c 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_LTLIBRARIES = \ - libecardmerging.la +noinst_LIBRARIES = \ + libecardmerging.a -libecardmerging_la_SOURCES = \ +libecardmerging_a_SOURCES = \ e-card-merging.c \ e-card-merging.h |