mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
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
|