mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
use amalgamated source and header based on version 0.10.2
See: https://github.com/open-source-parsers/jsoncpp/blob/master/README.md
Origin commit data
------------------
Commit: 76e26c0b98
Author: FlatTV <FlatTV@gmx.de>
Date: 2015-06-01 (Mon, 01 Jun 2015)
Origin message was:
------------------
- add lib/jsoncpp v0.10.2
use amalgamated source and header based on version 0.10.2
See: https://github.com/open-source-parsers/jsoncpp/blob/master/README.md
11 lines
171 B
Makefile
11 lines
171 B
Makefile
AM_CPPFLAGS = \
|
|
-I$(top_builddir) \
|
|
-I$(top_srcdir) \
|
|
-I$(srcdir)/include
|
|
|
|
AM_CXXFLAGS = -fno-rtti
|
|
|
|
noinst_LIBRARIES = libjsoncpp.a
|
|
|
|
libjsoncpp_a_SOURCES = jsoncpp.cpp
|