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