From 85bdb06cad4e8a58509f7421610ef9c82bbabc02 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Tue, 8 Nov 2016 22:34:31 -0500 Subject: Convert doat to an internal command - Trivial plugin - Useful for many users - Was under a dumb license --- plugins/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'plugins/Makefile.am') 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) -- cgit 1.4.1