diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-01-16 14:00:56 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-01-16 14:02:19 +0100 |
commit | cb365d89e52fd53e6ff047c462f061acc17ec1c6 (patch) | |
tree | fa130ba77aef8c5822c331dc5286d4353bd7938f /src/vpp-api | |
parent | 2feaffcb4af8e311b56328015bcfd82f5b15626c (diff) |
Fix linker warnings for jvpp shared libs
Change-Id: I02d01ce210d5bbe11ad2ee70f7703647f9147416
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'src/vpp-api')
-rw-r--r-- | src/vpp-api/java/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp-api/java/Makefile.am b/src/vpp-api/java/Makefile.am index 4a805ce0649..fac420d7ee5 100644 --- a/src/vpp-api/java/Makefile.am +++ b/src/vpp-api/java/Makefile.am @@ -19,7 +19,7 @@ AM_CFLAGS = -Wall -I${top_srcdir} -I${top_builddir} \ -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux \ -I@top_srcdir@/plugins -I@top_builddir@/plugins -AM_LDFLAGS = -module -shared -avoid-version -rpath /none -no-undefined +AM_LDFLAGS = -shared -avoid-version -rpath /none -no-undefined BUILT_SOURCES = bin_PROGRAMS = |