Make idlval build, rather than be dead code
authorDan Scott <dscott@laurentian.ca>
Sun, 23 Oct 2011 23:58:53 +0000 (16:58 -0700)
committerMike Rylander <mrylander@gmail.com>
Tue, 15 Nov 2011 16:58:08 +0000 (11:58 -0500)
commit93502ff44099a3372c30e135cc007f3b8becc4dd
treedf3ea84e435a6aada9cefa3d1a6d1b4c02e5b9ce
parentd9255c0d0a8c7cafdcd5d4763d200d4c9ac63f37
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>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/c-apps/Makefile.am
Open-ILS/src/c-apps/idlval.c