diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 5ac3d33..8a2a3eb 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,3 +1,7 @@ -dist_scitecolib_DATA = lexer.tes fnkeys.tes +dist_scitecolib_DATA = color.tes lexer.tes fnkeys.tes dist_scitecolib_DATA += string.tes + +# Install and distribute entire directories +# It would be annoying to list all the files +dist_scitecolib_DATA += colors lexers |