diff options
Diffstat (limited to 'wombat')
-rw-r--r-- | wombat/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wombat/Makefile.am b/wombat/Makefile.am index de3797878a..8a4b6889b2 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -5,8 +5,8 @@ INCLUDES = \ -I$(top_srcdir)/addressbook/backend \ -I$(top_builddir)/addressbook/backend \ -I$(top_srcdir)/calendar \ - -I$(top_srcdir)/calendar/pcs \ - -I$(top_builddir)/calendar/pcs \ + -I$(top_srcdir)/calendar \ + -I$(top_builddir)/calendar \ -I$(top_srcdir)/libical/src/libical \ -I$(top_builddir)/libical/src/libical \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ |