Make idlval build, rather than be dead code user/dbs/lp886152-fix-idlval_2_0
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:45:29 +0000 (10:45 -0400)
commite1fc1eeb4f937984d9a7d7f108d6fccec759e29e
tree7845e7a872fe65010c737a4dc0e0f13d2d067259
parent615258a3e783a3a9b7840e2ba7703c30ee54c1c1
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