diff options
author | Kaushal Kumar <kakumar@novell.com> | 2005-06-23 17:11:11 +0800 |
---|---|---|
committer | Kaushal Kumar <kaushal@src.gnome.org> | 2005-06-23 17:11:11 +0800 |
commit | df07f02cae503795461bd231da20805853430da7 (patch) | |
tree | d95689f1ed37e71415e91997d69ee96c14ecb9a6 /addressbook/gui/search | |
parent | dbbee50d3d566e217f77b217d27bcd228d7a9d51 (diff) | |
download | gsoc2013-evolution-df07f02cae503795461bd231da20805853430da7.tar.gz gsoc2013-evolution-df07f02cae503795461bd231da20805853430da7.tar.zst gsoc2013-evolution-df07f02cae503795461bd231da20805853430da7.zip |
Added widgets in INCLUDES.
2005-06-23 Kaushal Kumar <kakumar@novell.com>
* e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am,
addressbook/gui/search/Makefile.am,
plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES.
Updated the include paths to use misc instead of widgets/misc.
svn path=/trunk/; revision=29574
Diffstat (limited to 'addressbook/gui/search')
-rw-r--r-- | addressbook/gui/search/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/search/Makefile.am b/addressbook/gui/search/Makefile.am index 4148a8145c..f667e0345c 100644 --- a/addressbook/gui/search/Makefile.am +++ b/addressbook/gui/search/Makefile.am @@ -6,6 +6,7 @@ EXTRA_DIST = addresstypes.xml INCLUDES = \ -DG_LOG_DOMAIN=\"e-addressbook-search\" \ -I$(top_srcdir) \ + -I$(top_srcdir)/widgets \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) noinst_LTLIBRARIES = \ |