]> git.proxmox.com Git - pmg-api.git/blobdiff - src/Makefile
bump version to 6.2-3
[pmg-api.git] / src / Makefile
index c864ae860c81878cff8ea5dc35e7e09984fc3f33..05d9598f732c2937237b6d8a5babb787709b7017 100644 (file)
@@ -50,6 +50,7 @@ LIBSOURCES =                          \
        PMG/pmgcfg.pm                   \
        PMG/RESTEnvironment.pm          \
        PMG/Utils.pm                    \
+       PMG/MIMEUtils.pm                \
        PMG/HTMLMail.pm                 \
        PMG/ModGroup.pm                 \
        PMG/SMTPPrinter.pm              \
@@ -73,8 +74,10 @@ LIBSOURCES =                         \
        PMG/LDAPSet.pm                  \
        PMG/LDAPCache.pm                \
        PMG/DBTools.pm                  \
+       PMG/DKIMSign.pm                 \
        PMG/Quarantine.pm               \
        PMG/Report.pm                   \
+       PMG/SACustom.pm                 \
        PMG/RuleDB/Group.pm             \
        PMG/RuleDB/Rule.pm              \
        PMG/RuleDB/Object.pm            \
@@ -84,6 +87,7 @@ LIBSOURCES =                          \
        PMG/RuleDB/IPNet.pm             \
        PMG/RuleDB/ModField.pm          \
        PMG/RuleDB/MatchFilename.pm     \
+       PMG/RuleDB/MatchArchiveFilename.pm      \
        PMG/RuleDB/ReceiverRegex.pm     \
        PMG/RuleDB/EMail.pm             \
        PMG/RuleDB/Receiver.pm          \
@@ -117,6 +121,8 @@ LIBSOURCES =                                \
        PMG/API2/LDAP.pm                \
        PMG/API2/DestinationTLSPolicy.pm\
        PMG/API2/Domains.pm             \
+       PMG/API2/DKIMSignDomains.pm     \
+       PMG/API2/DKIMSign.pm            \
        PMG/API2/Fetchmail.pm           \
        PMG/API2/Users.pm               \
        PMG/API2/Transport.pm           \
@@ -126,6 +132,7 @@ LIBSOURCES =                                \
        PMG/API2/Cluster.pm             \
        PMG/API2/ClamAV.pm              \
        PMG/API2/SpamAssassin.pm        \
+       PMG/API2/SACustom.pm            \
        PMG/API2/Statistics.pm          \
        PMG/API2/MailTracker.pm         \
        PMG/API2/Backup.pm              \
@@ -195,6 +202,7 @@ check:
 clean:
        make cleanup-docgen
        make -C tests clean
+       rm -f PMG/pmgcfg.pm
        rm -rf ${CONF_MANS} *.bash-completion *.service-bash-completion
        if test -d .git; then  rm -f PMG/pmgcfg.pm; fi
        find . -name '*~' -exec rm {} ';'