diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-11-08 22:34:31 -0500 |
---|---|---|
committer | tomek <eustachy.kapusta@gmail.com> | 2016-11-09 17:29:23 +0100 |
commit | 85bdb06cad4e8a58509f7421610ef9c82bbabc02 (patch) | |
tree | 49520316d27cb45e4a0f9d8dc2fe9705dfdb4c7f /plugins/Makefile.am | |
parent | a0e80ebda2bc9270beb4818a2438d7555593b6fd (diff) |
Convert doat to an internal command
- Trivial plugin - Useful for many users - Was under a dumb license
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 018cb924..3880f15d 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -10,10 +10,6 @@ if DO_PERL perldir = perl endif -if DO_DOAT -doatdir = doat -endif - if DO_FISHLIM fishlimdir = fishlim endif @@ -26,4 +22,4 @@ if DO_SYSINFO sysinfodir = sysinfo endif -SUBDIRS = $(lua) $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir) +SUBDIRS = $(lua) $(pythondir) $(perldir) $(checksumdir) $(fishlimdir) $(sysinfodir) |