diff options
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 4ac35bce..53c59bf9 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -25,5 +25,13 @@ if DO_DOAT doatdir = doat endif +if DO_FISHLIM +fishlimdir = fishlim +endif + +if DO_CHECKSUM +checksumdir = checksum +endif + #SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc -SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir) $(doatdir) +SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir) $(doatdir) $(fishlimdir) $(checksumdir) |