blob: 8cea566526e379a6e40024e78384a125256f7398 (
plain)
1
2
3
4
5
6
7
8
9
10
|
pkgsysconfdir = $(sysconfdir)/dovecot
exampledir = $(dovecot_docdir)/example-config/conf.d
example_DATA = \
20-managesieve.conf \
90-sieve.conf \
90-sieve-extprograms.conf
EXTRA_DIST = \
$(example_DATA)
|