mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
Re-split into original files and use original directory structure.
Files are picked from https://github.com/open-source-parsers/jsoncpp
Origin commit data
------------------
Commit: 760a64fc6a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-28 (Tue, 28 Mar 2017)
Origin message was:
------------------
- jsoncpp: update to current version 1.8.0; align Makefile.am
Re-split into original files and use original directory structure.
Files are picked from https://github.com/open-source-parsers/jsoncpp
18 lines
356 B
Makefile
18 lines
356 B
Makefile
AUTOMAKE_OPTIONS = subdir-objects
|
|
|
|
AM_CPPFLAGS = \
|
|
-I$(top_builddir) \
|
|
-I$(top_srcdir) \
|
|
-I$(srcdir)/include
|
|
|
|
AM_CXXFLAGS = -fno-rtti
|
|
|
|
noinst_LIBRARIES = libjsoncpp.a
|
|
|
|
libjsoncpp_a_SOURCES = \
|
|
src/lib_json/json_tool.h \
|
|
src/lib_json/json_reader.cpp \
|
|
src/lib_json/json_value.cpp \
|
|
src/lib_json/json_valueiterator.inl \
|
|
src/lib_json/json_writer.cpp
|