From e3ea9032f6e3105d9c0a720db8bc413b4a3e016f Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 24 Feb 2013 13:34:10 +0100 Subject: moved QuickSort macros from symbols-extract script into own string.tes macro library * therefore for bootstrapping to work, the SCITECOPATH is always set explicitly --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 6bfb55a..5ac3d33 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,2 +1,3 @@ dist_scitecolib_DATA = lexer.tes fnkeys.tes +dist_scitecolib_DATA += string.tes -- cgit v1.2.3