diff options
Diffstat (limited to 'addressbook/gui/search/Makefile.am')
-rw-r--r-- | addressbook/gui/search/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/search/Makefile.am b/addressbook/gui/search/Makefile.am index bdf90e99ea..89d55c49bc 100644 --- a/addressbook/gui/search/Makefile.am +++ b/addressbook/gui/search/Makefile.am @@ -19,9 +19,9 @@ INCLUDES = \ -DLIBGNOMEUI_DISABLE_DEPRECATED \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) -noinst_LIBRARIES = \ - libeaddressbooksearch.a +noinst_LTLIBRARIES = \ + libeaddressbooksearch.la -libeaddressbooksearch_a_SOURCES = \ +libeaddressbooksearch_la_SOURCES = \ e-addressbook-search-dialog.c \ e-addressbook-search-dialog.h |