tools/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Fri, 21 Nov 2008 14:42:47 +0000
changeset 399 5a7dbeaed70e
parent 146 4b42aa24ce12
child 385 50d96f2166d7
permissions -rw-r--r--
Port Circulation from svn -r3516 (#175)
Namely,
- port the files
- apply the migrate script
- apply the unify script
- fix the compilation
- strip the demo input file
- break long lines
     1 if WANT_TOOLS
     2 
     3 bin_PROGRAMS +=
     4 dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
     5 
     6 endif WANT_TOOLS