Make idlval build, rather than be dead code user/dbs/lp886152-fix-idlval
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:43:44 +0000 (10:43 -0400)
commit56ece2219ced88609c3c5d3cfef72afda32f224d
tree14cc216bb98808207f68d1450732ef4f0b947ec6
parent9a0120762a77f44f2f117b574f20ed4cd5ae7da1
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