diff options
Diffstat (limited to 'calendar/gui/dialogs/Makefile.am')
-rw-r--r-- | calendar/gui/dialogs/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index 54a793fdb5..aa107d84e0 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -25,13 +25,12 @@ INCLUDES = \ -I$(top_srcdir)/addressbook/backend/ebook \ -I$(top_builddir)/addressbook/backend/ebook \ -I$(includedir) \ - $(EXTRA_GNOME_CFLAGS) \ - -DEVOLUTION_DATADIR=\""$(datadir)"\" \ + -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ - $(BONOBO_VFS_GNOME_CFLAGS) \ - -DGNOMELOCALEDIR=\""$(localedir)"\" + -DGNOMELOCALEDIR=\""$(localedir)"\" \ + $(EVOLUTION_CALENDAR_CFLAGS) noinst_LIBRARIES = libcal-dialogs.a |