diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-10 19:17:16 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-10 19:18:12 +0800 |
commit | a674eab94dd55978a6fa8db1fbe57bf419377f43 (patch) | |
tree | a59c00218fc0a278c223b10594671fc72a761f41 /calendar/gui/Makefile.am | |
parent | 92e1807bd758995edc6600856c3fb0a4ee546fdf (diff) | |
download | gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.tar.gz gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.tar.zst gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.zip |
Update win32 directory relocation and some consistency cleanup
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index b175dc84a2..ba6d56dc87 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -66,7 +66,7 @@ libevolution_calendar_la_CPPFLAGS = \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/misc \ - -DSEARCH_RULE_DIR=\"$(ruledir)\" \ + -DEVOLUTION_RULEDIR=\"$(ruledir)\" \ -DEVOLUTION_UIDIR=\""$(uidir)"\" \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ -DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\" \ |