Make idlval build, rather than be dead code user/dyrcona/lp886152-fix-idlval
authorDan Scott <dscott@laurentian.ca>
Sun, 23 Oct 2011 23:58:53 +0000 (16:58 -0700)
committerJason Stephenson <jstephenson@mvlc.org>
Tue, 8 Nov 2011 20:20:24 +0000 (15:20 -0500)
commit81dc65af29cf718e711bce6a3b2979a1176dbe5c
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>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/c-apps/Makefile.am
Open-ILS/src/c-apps/idlval.c