Makefile: Added wildcard include src/modules/module_*.mk directive so that plugin developers can add 3rd party libraries for their plugins

This commit is contained in:
Jens Steube
2021-08-31 20:54:32 +02:00
parent cb93875c32
commit aaf26dee98
2 changed files with 5 additions and 1 deletions

View File

@@ -10,7 +10,8 @@
## Technical
##
- Disabled checking of the minimum and maximum length of the password candidate in attack-mode 9 because they are incompatible
- Makefile: Added wildcard include src/modules/module_*.mk directive so that plugin developers can add 3rd party libraries for their plugins
- Rejects: Disabled checking of the minimum and maximum length of the password candidate in attack-mode 9 because they are incompatible
* changes v6.2.3 -> v6.2.4