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:49 +0000 (11:58 -0500)
commitdecf587b66b9cc5e3b2133698534771fa3810a1a
treec1cba8eb60bede5cccf87ba4adf3235d400b4b6f
parentbb87adfdf60e0f4deffa7dabe0e372fd61b20cb7
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: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/c-apps/Makefile.am
Open-ILS/src/c-apps/idlval.c