]> git.proxmox.com Git - pmg-api.git/blobdiff - src/Makefile
bump version to 6.2-3
[pmg-api.git] / src / Makefile
index aa8c6447e92c0ddb092cf142828f81dc47cb9192..05d9598f732c2937237b6d8a5babb787709b7017 100644 (file)
@@ -77,6 +77,7 @@ LIBSOURCES =                          \
        PMG/DKIMSign.pm                 \
        PMG/Quarantine.pm               \
        PMG/Report.pm                   \
+       PMG/SACustom.pm                 \
        PMG/RuleDB/Group.pm             \
        PMG/RuleDB/Rule.pm              \
        PMG/RuleDB/Object.pm            \
@@ -86,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          \
@@ -120,6 +122,7 @@ LIBSOURCES =                                \
        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           \
@@ -129,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              \
@@ -198,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 {} ';'