Backward compatible XPATH via symbols, not macros
This commit is contained in:
parent
c71791f168
commit
226c59f25a
10 changed files with 114 additions and 164 deletions
|
|
@ -61,7 +61,7 @@ LIBS = @LIBS@
|
|||
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
|
||||
INCLUDES = -I. @INCLUDES@ -I$(top_srcdir)/lib/clixon -I$(top_srcdir)/include -I$(top_srcdir)
|
||||
INCLUDES = -I. @INCLUDES@ -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)
|
||||
|
||||
MYLIB = ../lib/src/libclixon$(SH_SUFFIX).$(CLIXON_MAJOR).$(CLIXON_MINOR)
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
#include <cligen/cligen.h>
|
||||
|
||||
/* clixon */
|
||||
#include <clixon/clixon.h>
|
||||
#include "clixon/clixon.h"
|
||||
|
||||
/*
|
||||
* Turn this on to get a json parse and pretty print test program
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
#include <cligen/cligen.h>
|
||||
|
||||
/* clixon */
|
||||
#include <clixon/clixon.h>
|
||||
#include "clixon/clixon.h"
|
||||
|
||||
/*
|
||||
* Turn this on to get a xml parse and pretty print test program
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ echo "a\n<a><b/></a>" | xpath
|
|||
#include <cligen/cligen.h>
|
||||
|
||||
/* clixon */
|
||||
#include <clixon/clixon.h>
|
||||
#include "clixon/clixon.h"
|
||||
|
||||
static int
|
||||
usage(char *argv0)
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
#include <cligen/cligen.h>
|
||||
|
||||
/* clixon */
|
||||
#include <clixon/clixon.h>
|
||||
#include "clixon/clixon.h"
|
||||
|
||||
/*
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue