diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-20 13:38:56 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-20 13:38:56 +0800 |
commit | 4481f892e14c30073dd11a8aff6696804970baf3 (patch) | |
tree | 8816938837a560d808d77ce678c53d021330f19f /addressbook/gui/search | |
parent | 337092268a667ae9fab80d6438c59dcb4c7ec859 (diff) | |
download | gsoc2013-evolution-4481f892e14c30073dd11a8aff6696804970baf3.tar.gz gsoc2013-evolution-4481f892e14c30073dd11a8aff6696804970baf3.tar.zst gsoc2013-evolution-4481f892e14c30073dd11a8aff6696804970baf3.zip |
revert previous change
svn path=/trunk/; revision=19968
Diffstat (limited to 'addressbook/gui/search')
-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 89d55c49bc..bdf90e99ea 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_LTLIBRARIES = \ - libeaddressbooksearch.la +noinst_LIBRARIES = \ + libeaddressbooksearch.a -libeaddressbooksearch_la_SOURCES = \ +libeaddressbooksearch_a_SOURCES = \ e-addressbook-search-dialog.c \ e-addressbook-search-dialog.h |