diff options
author | Damjan Marion <damarion@cisco.com> | 2015-12-18 10:26:56 +0100 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2015-12-18 13:31:56 +0100 |
commit | 2c29d75021d684559146e656aac85f0c14ffb5ab (patch) | |
tree | f170a34ab269e94ab8c98ff77cd591e1f63157eb /vlib/Makefile.am | |
parent | 5f1fd813c2773870ca92510c4e49a18810e9a4c8 (diff) |
Fix warnings/errors reported by clang
Change-Id: Ifb2de64347526e3218e22067452f249ff878fd32
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'vlib/Makefile.am')
-rw-r--r-- | vlib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vlib/Makefile.am b/vlib/Makefile.am index 1275798532e..b38c843fc5f 100644 --- a/vlib/Makefile.am +++ b/vlib/Makefile.am @@ -90,6 +90,7 @@ nobase_include_HEADERS += \ vlib/unix/plugin.h \ vlib/unix/unix.h +if !WITH_DPDK noinst_PROGRAMS = vlib_unix vlib_unix_SOURCES = \ @@ -98,3 +99,4 @@ vlib_unix_SOURCES = \ vlib_unix_LDADD = libvlib_unix.la libvlib.la \ -lvppinfra -lpthread -lm -ldl -lrt +endif |