diff options
Diffstat (limited to 'calendar/common/Makefile.am')
-rw-r--r-- | calendar/common/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/common/Makefile.am b/calendar/common/Makefile.am index 9947a6cb65..342a9b6df5 100644 --- a/calendar/common/Makefile.am +++ b/calendar/common/Makefile.am @@ -1,6 +1,7 @@ noinst_LTLIBRARIES = libevolution-calendarprivate.la -AM_CPPFLAGS = \ +libevolution_calendarprivate_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ -DG_LOG_DOMAIN=\"calendar-gui\" \ -I$(top_builddir)/shell \ -I$(top_srcdir)/shell \ |