]> granicus.if.org Git - icinga2/commitdiff
Updated automake files.
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 18 Apr 2012 13:42:21 +0000 (15:42 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 18 Apr 2012 13:42:21 +0000 (15:42 +0200)
base/Makefile.am
jsonrpc/Makefile.am
jsonrpc/jsonrpcrequest.message [deleted file]
jsonrpc/jsonrpcresponse.message [deleted file]

index f73a6b8944a36cd4dc59040cd178b61f9880fdb6..ef7f2ee0e1abc1c5684103556c1590e9d20c055f 100644 (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
 
index feb406cacfbe317f6ad690c651597554b1677383..de82b89d494ae8ceab05c47171e3b4f77cf58c19 100644 (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
 
diff --git a/jsonrpc/jsonrpcrequest.message b/jsonrpc/jsonrpcrequest.message
deleted file mode 100644 (file)
index 5fee1a2..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-JsonRpcRequest : Message
-       JsonRpc : string
-       Method : string
-       Params : Message
-       ID : string
diff --git a/jsonrpc/jsonrpcresponse.message b/jsonrpc/jsonrpcresponse.message
deleted file mode 100644 (file)
index 60cbeb7..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-JsonRpcResponse : Message
-       JsonRpc : string
-       Result : string
-       Error : string
-       ID : string