tools/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Thu, 07 Feb 2008 11:52:16 +0000
changeset 66 5f7a8570687d
child 146 4b42aa24ce12
permissions -rw-r--r--
Port error.h from svn -r3438 + minor changes (error_test does not pass!)

In svn -r3438 error_test is not used as a test program and it does not pass.
     1 EXTRA_DIST += \
     2 	tools/Makefile
     3 
     4 if WANT_TOOLS
     5 
     6 bin_PROGRAMS +=
     7 
     8 endif WANT_TOOLS