diff options
Diffstat (limited to 'plugins/Makefile.am')
-rwxr-xr-x | plugins/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index c31e071d..f8df8e4d 100755 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -10,7 +10,8 @@ DIST_SUBDIRS = \ sort \ spell \ taglist \ - time + time \ + trailsave SUBDIRS = \ changecase \ @@ -20,7 +21,8 @@ SUBDIRS = \ modelines \ sort \ taglist \ - time + time \ + trailsave if ENABLE_PYTHON SUBDIRS += pythonconsole snippets quickopen |