clixon/util
Dave Cornejo ea4a5ceda1 Makefile in util directory didn't use LDFLAGS when building binaries
This affects installations where the libraries are installed outside
the normal library search paths (e.g. FreeBSD puts ports libraries
in /usr/local/lib by default, which is not on the default lib path)
2018-07-22 14:21:46 -10:00
..
clixon_util_json.c Backward compatible XPATH via symbols, not macros 2018-07-20 10:51:12 +02:00
clixon_util_xml.c Backward compatible XPATH via symbols, not macros 2018-07-20 10:51:12 +02:00
clixon_util_xpath.c Backward compatible XPATH via symbols, not macros 2018-07-20 10:51:12 +02:00
clixon_util_yang.c Backward compatible XPATH via symbols, not macros 2018-07-20 10:51:12 +02:00
Makefile.in Makefile in util directory didn't use LDFLAGS when building binaries 2018-07-22 14:21:46 -10:00
README.md Added util directory containing test applications 2018-07-19 09:57:38 +02:00

Clixon utils

This directory contains Clixon utility programs, ie, programs that are good to have for testing, analysis, etc, but not an actual part of delivered code.