CMake: fix install lib and iOMA missing symbol
Change-Id: I929a5c3779cb40c9fde64e88ebe5183a95faf6ff
Signed-off-by: Neale Ranns <nranns@cisco.com>
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 51f9f7e..ae71007 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -33,7 +33,7 @@
##############################################################################
# install config
##############################################################################
-set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
+set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${VPP_LIB_DIR_NAME}")
set(CMAKE_INSTALL_MESSAGE NEVER)
message(STATUS "CMAKE_C_FLAGS: ${CMAKE_C_FLAGS}")
diff --git a/src/plugins/ioam/CMakeLists.txt b/src/plugins/ioam/CMakeLists.txt
index b6d86eb..97381c5 100644
--- a/src/plugins/ioam/CMakeLists.txt
+++ b/src/plugins/ioam/CMakeLists.txt
@@ -78,6 +78,7 @@
ioam_test.c
lib-pot/pot_test.c
export/ioam_export_test.c
+ export-vxlan-gpe/vxlan_gpe_ioam_export_test.c
lib-trace/trace_test.c
lib-vxlan-gpe/vxlan_gpe_test.c
udp-ping/udp_ping_test.c