icinga2/jsonrpc/Makefile.am

23 lines
408 B
Makefile
Raw Normal View History

2012-03-28 13:24:49 +02:00
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = \
libjsonrpc.a
libjsonrpc_a_SOURCES = \
cJSON.c \
cJSON.h \
connectionmanager.cpp \
connectionmanager.h \
i2-jsonrpc.h \
jsonrpcclient.cpp \
jsonrpcclient.h \
jsonrpcmessage.cpp \
jsonrpcmessage.h \
jsonrpcserver.cpp \
jsonrpcserver.h \
netstring.cpp \
netstring.h
libjsonrpc_a_CXXFLAGS = -I${top_srcdir}/base