diff options
author | Dan Winship <danw@src.gnome.org> | 2004-02-04 01:32:38 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2004-02-04 01:32:38 +0800 |
commit | 94e236152d4bd194f053e2dd70c174c0137e1f4d (patch) | |
tree | db96917cefa5001a91b4f38e08f6634e751d5a79 /addressbook/gui/component/select-names | |
parent | 234e62851ed6c3d6f8c3e8ffc35a24bec31f86f2 (diff) | |
download | gsoc2013-evolution-94e236152d4bd194f053e2dd70c174c0137e1f4d.tar.gz gsoc2013-evolution-94e236152d4bd194f053e2dd70c174c0137e1f4d.tar.zst gsoc2013-evolution-94e236152d4bd194f053e2dd70c174c0137e1f4d.zip |
add widgets/misc for e-activity-handler.h
* gui/component/select-names/Makefile.am (INCLUDES): add
widgets/misc for e-activity-handler.h
svn path=/trunk/; revision=24588
Diffstat (limited to 'addressbook/gui/component/select-names')
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index b64cf31689..8cd1235be2 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -27,8 +27,7 @@ INCLUDES = \ -I$(top_builddir) \ -I$(top_srcdir)/shell \ -I$(top_builddir)/shell \ - -I$(top_srcdir)/widgets/e-text \ - -I$(top_srcdir)/widgets/e-table \ + -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir)/addressbook/gui/minicard \ -I$(top_srcdir)/addressbook/gui/widgets \ -I$(top_srcdir)/addressbook/contact-editor \ |