From 2c9d6437b37e70e38e392bc574e197dd6976b01b Mon Sep 17 00:00:00 2001 From: Pascal Volk Date: Mon, 28 Jun 2010 16:42:21 +0000 Subject: [PATCH] example-config: Added missing config files to the Makefile. --HG-- branch : HEAD --- doc/example-config/conf.d/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/example-config/conf.d/Makefile.am b/doc/example-config/conf.d/Makefile.am index 72081d4c33..42b76af24d 100644 --- a/doc/example-config/conf.d/Makefile.am +++ b/doc/example-config/conf.d/Makefile.am @@ -8,9 +8,11 @@ example_DATA = \ auth-master.conf.ext \ auth-passwdfile.conf.ext \ auth-sql.conf.ext \ + auth-static.conf.ext \ auth-system.conf.ext \ auth-vpopmail.conf.ext \ 10-auth.conf \ + 10-director.conf \ 10-logging.conf \ 10-mail.conf \ 10-master.conf \ @@ -19,7 +21,9 @@ example_DATA = \ 20-imap.conf \ 20-lmtp.conf \ 20-pop3.conf \ - 90-plugin.conf + 90-acl.conf \ + 90-plugin.conf \ + 90-quota.conf EXTRA_DIST = \ $(example_DATA) -- 2.47.3