Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Shafer committed Jan 29, 2014
2 parents 5e1285b + add22e2 commit 4c437b8
Show file tree
Hide file tree
Showing 12 changed files with 116 additions and 348 deletions.
3 changes: 2 additions & 1 deletion extensions/bit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ pkglib_LTLIBRARIES = libext_bit.la
LIBS = \
${LIBXSLT_LIBS} \
-lexslt \
${LIBXML_LIBS}
${LIBXML_LIBS} \
-L${top_builddir}/libslax -lslax

LDADD = ${top_builddir}/libslax/libslax.la

Expand Down
3 changes: 2 additions & 1 deletion extensions/curl/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ LIBS = \
${LIBXSLT_LIBS} \
-lexslt \
${LIBXML_LIBS} \
${LIBCURL_LIBS}
${LIBCURL_LIBS} \
-L${top_builddir}/libslax -lslax

LDADD = ${top_builddir}/libslax/libslax.la

Expand Down
5 changes: 4 additions & 1 deletion extensions/exslt/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ AM_CFLAGS += \
LIBNAME = libext_exslt
pkglib_LTLIBRARIES = libext_exslt.la
LIBS = \
${LIBXSLT_LIBS} -lexslt ${LIBXML_LIBS}
${LIBXSLT_LIBS} \
-lexslt \
${LIBXML_LIBS} \
-L${top_builddir}/libslax -lslax

LDADD = ${top_builddir}/libslax/libslax.la

Expand Down
5 changes: 4 additions & 1 deletion extensions/os/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ AM_CFLAGS += \
LIBNAME = libext_os
pkglib_LTLIBRARIES = libext_os.la
LIBS = \
${LIBXSLT_LIBS} -lexslt ${LIBXML_LIBS}
${LIBXSLT_LIBS} \
-lexslt \
${LIBXML_LIBS} \
-L${top_builddir}/libslax -lslax

LDADD = ${top_builddir}/libslax/libslax.la

Expand Down
3 changes: 2 additions & 1 deletion extensions/xutil/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ pkglib_LTLIBRARIES = libext_xutil.la
LIBS = \
${LIBXSLT_LIBS} \
-lexslt \
${LIBXML_LIBS}
${LIBXML_LIBS} \
-L${top_builddir}/libslax -lslax

LDADD = ${top_builddir}/libslax/libslax.la

Expand Down
340 changes: 0 additions & 340 deletions libslax/jsonparser.y

This file was deleted.

Loading

0 comments on commit 4c437b8

Please sign in to comment.