mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 04:34:43 +02:00
Updated automake files.
This commit is contained in:
parent
7474b63dff
commit
efaa2a1fd1
@ -19,6 +19,8 @@ libbase_la_SOURCES = \
|
|||||||
configobject.h \
|
configobject.h \
|
||||||
cxx11-compat.h \
|
cxx11-compat.h \
|
||||||
delegate.h \
|
delegate.h \
|
||||||
|
dictionary.cpp \
|
||||||
|
dictionary.h \
|
||||||
event.h \
|
event.h \
|
||||||
exception.cpp \
|
exception.cpp \
|
||||||
exception.h \
|
exception.h \
|
||||||
@ -45,6 +47,8 @@ libbase_la_SOURCES = \
|
|||||||
timer.h \
|
timer.h \
|
||||||
unix.cpp \
|
unix.cpp \
|
||||||
unix.h \
|
unix.h \
|
||||||
|
variant.cpp \
|
||||||
|
variant.h \
|
||||||
win32.cpp \
|
win32.cpp \
|
||||||
win32.h
|
win32.h
|
||||||
|
|
||||||
|
@ -8,10 +8,14 @@ libjsonrpc_la_SOURCES = \
|
|||||||
i2-jsonrpc.h \
|
i2-jsonrpc.h \
|
||||||
jsonrpcclient.cpp \
|
jsonrpcclient.cpp \
|
||||||
jsonrpcclient.h \
|
jsonrpcclient.h \
|
||||||
jsonrpcmessage.cpp \
|
jsonrpcrequest.cpp \
|
||||||
jsonrpcmessage.h \
|
jsonrpcrequest.h \
|
||||||
|
jsonrpcresponse.cpp \
|
||||||
|
jsonrpcresponse.h \
|
||||||
jsonrpcserver.cpp \
|
jsonrpcserver.cpp \
|
||||||
jsonrpcserver.h \
|
jsonrpcserver.h \
|
||||||
|
message.cpp \
|
||||||
|
message.h \
|
||||||
netstring.cpp \
|
netstring.cpp \
|
||||||
netstring.h
|
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…
x
Reference in New Issue
Block a user