diff options
author | Dan Winship <danw@src.gnome.org> | 2004-02-04 01:33:06 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2004-02-04 01:33:06 +0800 |
commit | 42f36a871ae1d6e0b1b27b1ed07e21cd32a2f533 (patch) | |
tree | e3a7aee3d71bf630952a6bb7e2897473d205e5dd /calendar/gui/Makefile.am | |
parent | 94e236152d4bd194f053e2dd70c174c0137e1f4d (diff) | |
download | gsoc2013-evolution-42f36a871ae1d6e0b1b27b1ed07e21cd32a2f533.tar.gz gsoc2013-evolution-42f36a871ae1d6e0b1b27b1ed07e21cd32a2f533.tar.zst gsoc2013-evolution-42f36a871ae1d6e0b1b27b1ed07e21cd32a2f533.zip |
Fix location of e-activity-handler.h #include
* gui/tasks-component.h: Fix location of e-activity-handler.h
#include
* gui/Makefile.am (INCLUDES): add widgets/misc for
e-activity-handler.h and e-task-bar.h
* gui/dialogs/Makefile.am (INCLUDES): Likewise
svn path=/trunk/; revision=24589
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index ac3b8c353c..5a8e40fc44 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -66,6 +66,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/widgets \ + -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir)/a11y/calendar \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ |