]> git.evergreen-ils.org Git - Evergreen.git/commit
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:59:17 +0000 (11:59 -0500)
commit0501337d4e16bd69dea60016b43939435d5acb56
tree64df24e1c00118174cdb00354b37ba462fb2e4ef
parent9fd5c9aea9d401caefc2ffdbb7adcbbf2b7a3e6a
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