diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-13 02:36:44 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-13 02:36:44 +0800 |
commit | 4798532399252800f188c5431722fff02e6306eb (patch) | |
tree | c28450eebfc1e67fc171ea277e3fe998795e08f8 /addressbook/gui/search/Makefile.am | |
parent | e9faa62d2f9f6bae897c2f718ee25b5a78e159c7 (diff) | |
download | gsoc2013-evolution-4798532399252800f188c5431722fff02e6306eb.tar.gz gsoc2013-evolution-4798532399252800f188c5431722fff02e6306eb.tar.zst gsoc2013-evolution-4798532399252800f188c5431722fff02e6306eb.zip |
A few small interface fixes.
2000-08-12 Christopher James Lahey <clahey@helixcode.com>
* gui/search/Makefile.am,
gui/search/e-addressbook-search-dialog.c,
gui/search/e-addressbook-search-dialog.h: A few small interface
fixes.
* gui/component/Makefile.am: Link in the addressbook search
dialog.
svn path=/trunk/; revision=4780
Diffstat (limited to 'addressbook/gui/search/Makefile.am')
-rw-r--r-- | addressbook/gui/search/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/search/Makefile.am b/addressbook/gui/search/Makefile.am index d18e9dcdfe..1050da1843 100644 --- a/addressbook/gui/search/Makefile.am +++ b/addressbook/gui/search/Makefile.am @@ -9,8 +9,8 @@ INCLUDES = \ $(BONOBO_GNOME_CFLAGS) noinst_LIBRARIES = \ - libeaddressbooksearchdialog.a + libeaddressbooksearch.a -libeaddressbooksearchdialog_a_SOURCES = \ +libeaddressbooksearch_a_SOURCES = \ e-addressbook-search-dialog.c \ e-addressbook-search-dialog.h |