Skip to content

Commit

Permalink
Using upstream jsoncpp library
Browse files Browse the repository at this point in the history
  • Loading branch information
mwolf76 committed Dec 25, 2016
1 parent d32717a commit 82bde96
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 6,006 deletions.
6 changes: 2 additions & 4 deletions Makefile.am
Expand Up @@ -60,8 +60,7 @@ yasmv_LDADD = $(top_builddir)/src/parser/libparser.la \
$(top_builddir)/src/opts/libopts.la \
\
$(top_builddir)/src/dd/libcudd.la -lminisat -lantlr3c \
$(top_builddir)/src/3rdparty/jsoncpp/libjson.la \
$(BOOST_PROGRAM_OPTIONS_LIBS) \
-ljsoncpp $(BOOST_PROGRAM_OPTIONS_LIBS) \
$(BOOST_FILESYSTEM_LIBS) $(BOOST_THREAD_LIBS) \
$(BOOST_CHRONO_LIBS)

Expand Down Expand Up @@ -99,8 +98,7 @@ tests_LDADD = $(top_builddir)/src/parser/libparser.la \
$(top_builddir)/src/opts/libopts.la \
\
$(top_builddir)/src/dd/libcudd.la -lminisat -lantlr3c \
$(top_builddir)/src/3rdparty/jsoncpp/libjson.la \
$(BOOST_PROGRAM_OPTIONS_LIBS) \
-ljsoncpp $(BOOST_PROGRAM_OPTIONS_LIBS) \
$(BOOST_FILESYSTEM_LIBS) $(BOOST_THREAD_LIBS) \
$(BOOST_CHRONO_LIBS) -lboost_unit_test_framework

Expand Down
1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -143,7 +143,6 @@ AC_CONFIG_FILES([Makefile
src/Makefile
src/3rdparty/Makefile
src/3rdparty/ezlogger/Makefile
src/3rdparty/jsoncpp/Makefile
src/cmd/Makefile
src/cmd/commands/Makefile
src/common/Makefile
Expand Down
2 changes: 1 addition & 1 deletion src/3rdparty/Makefile.am
@@ -1,5 +1,5 @@
AUTOMAKE_OPTIONS = subdir-objects
SUBDIRS = ezlogger jsoncpp
SUBDIRS = ezlogger

# -------------------------------------------------------

Expand Down
9 changes: 0 additions & 9 deletions src/3rdparty/jsoncpp/Makefile.am

This file was deleted.

263 changes: 0 additions & 263 deletions src/3rdparty/jsoncpp/json-forwards.hh

This file was deleted.

0 comments on commit 82bde96

Please sign in to comment.