Make idlval build, rather than be dead code user/dbs/lp886152-fix-idlval_2_1
authorDan Scott <dscott@laurentian.ca>
Sun, 23 Oct 2011 23:58:53 +0000 (16:58 -0700)
committerDan Scott <dscott@laurentian.ca>
Fri, 4 Nov 2011 14:44:48 +0000 (10:44 -0400)
commitb577a1b78e8035e25f81918fa5993b0845bfa972
tree0ae60e42ee230f99e565ac543416b760278b78d4
parent055618de599c620d13b0f76b9463fb5e6bbd7173
Make idlval build, rather than be dead code

The tool "idlval" contained in Open-ILS/src/c-apps can be used to check
the correctness of fieldmapper definitions in files like
Open-ILS/examples/fm_IDL.xml - but currently does not have a build
target, nor does it compile cleanly due to the use of unspecified
OpenSRF header files. This commit adds a build target, fixes the compile
problems, and installs the tool in the bin directory.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/c-apps/Makefile.am
Open-ILS/src/c-apps/idlval.c