diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2017-10-25 12:30:37 -0400 |
---|---|---|
committer | Keith Burns <alagalah@gmail.com> | 2017-10-25 19:13:14 +0000 |
commit | 6476b3c1484eed25eeab23774a248a3f8593578e (patch) | |
tree | 966df13ce4afb195f779b091283dda812ae298e6 /src/uri.am | |
parent | 4f6c3a9a13d92e507823c24580dd0715bcfea4ce (diff) |
VCL-LDPRELOAD: statically link VPP objects into libvcl_ldpreload.so
Change-Id: If8fb5484b64a5b1c04e34573490fedcf63feabc9
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'src/uri.am')
-rw-r--r-- | src/uri.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uri.am b/src/uri.am index 176eac88859..11dae54a5af 100644 --- a/src/uri.am +++ b/src/uri.am @@ -26,8 +26,8 @@ uri_tcp_test_LDADD = libvlibmemoryclient.la libsvm.la \ libvppinfra.la -lpthread -lm -lrt uri_socket_test_SOURCES = uri/uri_socket_test.c -uri_socket_test_LDADD = libvppinfra.la libvcl_ldpreload.la -lpthread -lm -lrt +uri_socket_test_LDADD = libvppinfra.la -lpthread -lm -lrt uri_socket_server_SOURCES = uri/uri_socket_server.c -uri_socket_server_LDADD = libvppinfra.la libvcl_ldpreload.la -lpthread -lm -lrt +uri_socket_server_LDADD = libvppinfra.la -lpthread -lm -lrt |