mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
This reverts commit55c1a0735f
. Origin commit data ------------------ Branch: ni/coolstream Commit:80d27cf903
Author: vanhofen <vanhofen@gmx.de> Date: 2022-07-16 (Sat, 16 Jul 2022) ------------------ 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
|