diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-24 13:34:10 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-24 13:34:10 +0100 |
commit | e3ea9032f6e3105d9c0a720db8bc413b4a3e016f (patch) | |
tree | 8959b4c197a16f034756574501e75bf5450e17c5 /lib/Makefile.am | |
parent | f5253185aa55a46cb3da80f66e7127a45c82052f (diff) | |
download | sciteco-e3ea9032f6e3105d9c0a720db8bc413b4a3e016f.tar.gz |
moved QuickSort macros from symbols-extract script into own string.tes macro library
* therefore for bootstrapping to work, the SCITECOPATH is always set explicitly
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |