diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-07-27 00:30:52 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-07-27 00:30:52 +0800 |
commit | bc7d328804efd59464324d8a9bd582c54310f951 (patch) | |
tree | 6524131fd1ea2f287b68e0e3b91a5115d367c93a /addressbook/gui/component/Makefile.am | |
parent | 676fec2436a144bec9fd89011317377a44ddadb8 (diff) | |
download | gsoc2013-evolution-bc7d328804efd59464324d8a9bd582c54310f951.tar.gz gsoc2013-evolution-bc7d328804efd59464324d8a9bd582c54310f951.tar.zst gsoc2013-evolution-bc7d328804efd59464324d8a9bd582c54310f951.zip |
fix make distcheck issues. remove duplicate inclusion of header
2005-07-26 Harish Krishnaswamy <kharish@novell.com>
* gui/component/Makefile.am: fix make distcheck issues.
* gui/component/addressbook-config.c: remove duplicate
inclusion of header
svn path=/trunk/; revision=29890
Diffstat (limited to 'addressbook/gui/component/Makefile.am')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 41ba12b9a9..3352728630 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -2,6 +2,7 @@ INCLUDES = \ -DG_LOG_DOMAIN=\"evolution-addressbook\" \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ + -I$(top_srcdir)/shell \ -I$(top_builddir)/shell \ -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir)/addressbook/util \ |