diff options
author | H.Habighorst <tearofadragon@googlemail.com> | 2009-09-01 20:03:58 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-01 20:04:44 +0800 |
commit | be464eac1e39b7650a46001ee29d11f070f58c0b (patch) | |
tree | f9cbc241f02818090e735cf30b9fc0c90d3c6bd0 | |
parent | a80ab953c0f33d34b0093a656b19bdd4c54a41a8 (diff) | |
download | gsoc2013-evolution-be464eac1e39b7650a46001ee29d11f070f58c0b.tar.gz gsoc2013-evolution-be464eac1e39b7650a46001ee29d11f070f58c0b.tar.zst gsoc2013-evolution-be464eac1e39b7650a46001ee29d11f070f58c0b.zip |
Bug 593776 - Fix include of a11y/addressbook and a11y/calendar
-rw-r--r-- | calendar/common/Makefile.am | 1 | ||||
-rw-r--r-- | modules/addressbook/Makefile.am | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/calendar/common/Makefile.am b/calendar/common/Makefile.am index af2b8e8a5a..9947a6cb65 100644 --- a/calendar/common/Makefile.am +++ b/calendar/common/Makefile.am @@ -7,7 +7,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/widgets \ - -I$(top_srcdir)/a11y/calendar \ $(EVOLUTION_CALENDAR_CFLAGS) libevolution_calendarprivate_la_SOURCES = \ diff --git a/modules/addressbook/Makefile.am b/modules/addressbook/Makefile.am index 05b169841e..97e8cdc25d 100644 --- a/modules/addressbook/Makefile.am +++ b/modules/addressbook/Makefile.am @@ -14,7 +14,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/addressbook/gui/contact-editor \ -I$(top_srcdir)/addressbook/gui/contact-list-editor \ -I$(top_srcdir)/addressbook/gui/widgets \ - -I$(top_srcdir)/a11y/addressbook \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ -DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ |