diff options
author | Damjan Marion <damarion@cisco.com> | 2017-01-16 14:00:03 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-01-16 17:21:07 +0000 |
commit | c74a86af08ae9cf312c47ad4dad54d70ae3093ed (patch) | |
tree | 529d14e0d23260ac5f5696f2ab3f0840e9bdbd5b /src/vpp.am | |
parent | 51a7c8b762d4340b64d868e8003bdcdd27effde1 (diff) |
Define more dependencies between libs
Change-Id: Ia74699bad15c1c583571944458fc8a5c3ded574b
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vpp.am')
-rw-r--r-- | src/vpp.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/vpp.am b/src/vpp.am index be55c4000d3..425f1e32925 100644 --- a/src/vpp.am +++ b/src/vpp.am @@ -75,10 +75,8 @@ bin_vpp_LDADD = \ libvnet.la \ libsvm.la \ libsvmdb.la \ - -lrt - -bin_vpp_LDFLAGS = $(DPDK_LD_FLAGS) -bin_vpp_LDADD += libvppinfra.la -lm -lpthread -ldl $(DPDK_LD_ADD) + libvppinfra.la \ + -lrt -lm -lpthread -ldl if ENABLE_TESTS noinst_PROGRAMS += bin/test_client |