diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-28 01:21:36 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-28 01:21:36 +0800 |
commit | 79a377ddf20574b03d02f93fc85f542455b12744 (patch) | |
tree | f236578097b3c734c75ddc546b6d76a36a6a380c /addressbook/gui/search | |
parent | 9370911a01d8de412d27bc9ca126a2dee4d60f02 (diff) | |
download | gsoc2013-evolution-79a377ddf20574b03d02f93fc85f542455b12744.tar.gz gsoc2013-evolution-79a377ddf20574b03d02f93fc85f542455b12744.tar.zst gsoc2013-evolution-79a377ddf20574b03d02f93fc85f542455b12744.zip |
Final cleanup for the CFLAGS and LIBS in the Makefiles.
svn path=/trunk/; revision=15486
Diffstat (limited to 'addressbook/gui/search')
-rw-r--r-- | addressbook/gui/search/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/addressbook/gui/search/Makefile.am b/addressbook/gui/search/Makefile.am index d5f3602bbb..db4117c785 100644 --- a/addressbook/gui/search/Makefile.am +++ b/addressbook/gui/search/Makefile.am @@ -13,8 +13,7 @@ INCLUDES = \ -I$(top_srcdir)/widgets/misc \ -I$(top_builddir)/shell \ -DSEARCH_RULE_DIR=\"$(ruledir)\" \ - $(BONOBO_GNOME_CFLAGS) \ - $(EXTRA_GNOME_CFLAGS) + $(EVOLUTION_ADDRESSBOOK_CFLAGS) noinst_LIBRARIES = \ libeaddressbooksearch.a |