2012-03-28 13:24:49 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
2012-04-02 10:29:08 +02:00
|
|
|
noinst_LTLIBRARIES = \
|
|
|
|
libjsonrpc.la
|
2012-03-28 13:24:49 +02:00
|
|
|
|
2012-04-02 10:29:08 +02:00
|
|
|
libjsonrpc_la_SOURCES = \
|
2012-03-28 13:24:49 +02:00
|
|
|
i2-jsonrpc.h \
|
|
|
|
jsonrpcclient.cpp \
|
|
|
|
jsonrpcclient.h \
|
|
|
|
jsonrpcmessage.cpp \
|
|
|
|
jsonrpcmessage.h \
|
|
|
|
jsonrpcserver.cpp \
|
|
|
|
jsonrpcserver.h \
|
|
|
|
netstring.cpp \
|
|
|
|
netstring.h
|
|
|
|
|
2012-04-02 10:29:08 +02:00
|
|
|
libjsonrpc_la_CXXFLAGS = -I${top_srcdir}/base
|