1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
noinst_LTLIBRARIES = libsieve_ext_date.la AM_CPPFLAGS = \ -I$(srcdir)/../.. \ $(LIBDOVECOT_INCLUDE) tests = \ tst-date.c libsieve_ext_date_la_SOURCES = \ $(tests) \ ext-date-common.c \ ext-date.c noinst_HEADERS = \ ext-date-common.h