Updated automake files.

This commit is contained in:
Gunnar Beutner 2012-04-18 15:42:21 +02:00
parent 7474b63dff
commit efaa2a1fd1
4 changed files with 10 additions and 12 deletions

View File

@ -19,6 +19,8 @@ libbase_la_SOURCES = \
configobject.h \
cxx11-compat.h \
delegate.h \
dictionary.cpp \
dictionary.h \
event.h \
exception.cpp \
exception.h \
@ -45,6 +47,8 @@ libbase_la_SOURCES = \
timer.h \
unix.cpp \
unix.h \
variant.cpp \
variant.h \
win32.cpp \
win32.h

View File

@ -8,10 +8,14 @@ libjsonrpc_la_SOURCES = \
i2-jsonrpc.h \
jsonrpcclient.cpp \
jsonrpcclient.h \
jsonrpcmessage.cpp \
jsonrpcmessage.h \
jsonrpcrequest.cpp \
jsonrpcrequest.h \
jsonrpcresponse.cpp \
jsonrpcresponse.h \
jsonrpcserver.cpp \
jsonrpcserver.h \
message.cpp \
message.h \
netstring.cpp \
netstring.h

View File

@ -1,5 +0,0 @@
JsonRpcRequest : Message
JsonRpc : string
Method : string
Params : Message
ID : string

View File

@ -1,5 +0,0 @@
JsonRpcResponse : Message
JsonRpc : string
Result : string
Error : string
ID : string