mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
This reverts commitfa69b2e2ba
, because some people has build-problems. Origin commit data ------------------ Branch: ni/coolstream Commit:78e519f694
Author: vanhofen <vanhofen@gmx.de> Date: 2017-03-28 (Tue, 28 Mar 2017) ------------------ This commit was generated by Migit
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
|