From d4f8fb3efcb60cc2cd39ecb7ca65706db4c7b6ad Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 19 Nov 2014 23:36:07 +0100 Subject: added first draft of new modular lexer system --- lib/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.am') 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 -- cgit v1.2.3