aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/common/Makefile.am
blob: b8c5d181fbbc6dc01e1a8fd73085af12d5330bb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
noinst_LTLIBRARIES = libevolution-calendarprivate.la

INCLUDES =                      \
    -DG_LOG_DOMAIN=\"calendar-gui\"         \
    -I$(top_builddir)/shell             \
    -I$(top_srcdir)/shell               \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/calendar            \
    -I$(top_srcdir)/widgets             \
    -I$(top_srcdir)/a11y/calendar           \
    $(EVOLUTION_CALENDAR_CFLAGS)

libevolution_calendarprivate_la_SOURCES =   \
    authentication.c            \
    authentication.h

-include $(top_srcdir)/git.mk