diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-06-17 00:49:40 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-06-17 00:49:40 +0000 |
| commit | 3b02160632eee0d812bf3fb4f1831e8f87bf1a3d (patch) | |
| tree | c52bc95441117306fa966562875679b0b46e0058 /src/rpc/deps-exe | |
| parent | a4e26ae89a52693cadd4f86c417146aa8e6f3a8a (diff) | |
| download | skabus-3b02160632eee0d812bf3fb4f1831e8f87bf1a3d.tar.gz | |
Bunch of misc things, most of them not working, to check later
Diffstat (limited to 'src/rpc/deps-exe')
| -rw-r--r-- | src/rpc/deps-exe/skabus-rpc-client | 1 | ||||
| -rw-r--r-- | src/rpc/deps-exe/skabus-rpcc | 4 | ||||
| -rw-r--r-- | src/rpc/deps-exe/skabus-rpccctl | 4 | ||||
| -rw-r--r-- | src/rpc/deps-exe/skabus-rpcd | 2 |
4 files changed, 10 insertions, 1 deletions
diff --git a/src/rpc/deps-exe/skabus-rpc-client b/src/rpc/deps-exe/skabus-rpc-client new file mode 100644 index 0000000..e7187fe --- /dev/null +++ b/src/rpc/deps-exe/skabus-rpc-client @@ -0,0 +1 @@ +-lskarnet diff --git a/src/rpc/deps-exe/skabus-rpcc b/src/rpc/deps-exe/skabus-rpcc new file mode 100644 index 0000000..615a1db --- /dev/null +++ b/src/rpc/deps-exe/skabus-rpcc @@ -0,0 +1,4 @@ +${LIBSKABUS} +-lskarnet +${SOCKET_LIB} +${TAINNOW_LIB} diff --git a/src/rpc/deps-exe/skabus-rpccctl b/src/rpc/deps-exe/skabus-rpccctl new file mode 100644 index 0000000..0f82e05 --- /dev/null +++ b/src/rpc/deps-exe/skabus-rpccctl @@ -0,0 +1,4 @@ +skabus_rpccctl.o +-lskarnet +${SOCKET_LIB} +${TAINNOW_LIB} diff --git a/src/rpc/deps-exe/skabus-rpcd b/src/rpc/deps-exe/skabus-rpcd index a4a573f..e8bcb88 100644 --- a/src/rpc/deps-exe/skabus-rpcd +++ b/src/rpc/deps-exe/skabus-rpcd @@ -4,5 +4,5 @@ skabus_rpcd_query.o libskabus.a.xyzzy -ls6 -lskarnet -${TAINNOW_LIB} ${SOCKET_LIB} +${TAINNOW_LIB} |
