blob: 9947a6cb652f28e0a0547921b3bc5cc3ec3bc447 (
plain) (
tree)
|
|
noinst_LTLIBRARIES = libevolution-calendarprivate.la
AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"calendar-gui\" \
-I$(top_builddir)/shell \
-I$(top_srcdir)/shell \
-I$(top_srcdir) \
-I$(top_srcdir)/calendar \
-I$(top_srcdir)/widgets \
$(EVOLUTION_CALENDAR_CFLAGS)
libevolution_calendarprivate_la_SOURCES = \
authentication.c \
authentication.h
-include $(top_srcdir)/git.mk
|