mirror of https://github.com/Icinga/icinga2.git
Updated automake files.
This commit is contained in:
parent
7474b63dff
commit
efaa2a1fd1
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
JsonRpcRequest : Message
|
||||
JsonRpc : string
|
||||
Method : string
|
||||
Params : Message
|
||||
ID : string
|
|
@ -1,5 +0,0 @@
|
|||
JsonRpcResponse : Message
|
||||
JsonRpc : string
|
||||
Result : string
|
||||
Error : string
|
||||
ID : string
|
Loading…
Reference in New Issue