tools/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Thu, 09 Oct 2008 12:01:40 +0100
changeset 314 a9e8f310507f
parent 146 4b42aa24ce12
permissions -rw-r--r--
Repository reorganization

- lemon-0.x-to-1.x.sh moved to tools/ and it installs to $(bindir).
- benchmark/ dir has been removed.
     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