aboutsummaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/CMakeLists.txt1
-rw-r--r--extras/libmemif/CMakeLists2.patch2
2 files changed, 1 insertions, 2 deletions
diff --git a/extras/CMakeLists.txt b/extras/CMakeLists.txt
index 1cb671c87..88668df0b 100644
--- a/extras/CMakeLists.txt
+++ b/extras/CMakeLists.txt
@@ -23,7 +23,6 @@ set (DESTDIR ${CMAKE_BINARY_DIR}/extras-root)
# add_subdirectory(router-plugin)
add_subdirectory(libmemif)
-add_subdirectory(packethicn)
# add_subdirectory(libyang)
# add_subdirectory(sysrepo)
diff --git a/extras/libmemif/CMakeLists2.patch b/extras/libmemif/CMakeLists2.patch
index 20b67ea54..38d520bd9 100644
--- a/extras/libmemif/CMakeLists2.patch
+++ b/extras/libmemif/CMakeLists2.patch
@@ -37,6 +37,6 @@ build_library(${LIBMEMIF}
SOURCES ${MEMIF_SOURCES}
INSTALL_HEADERS ${MEMIF_HEADERS}
LINK_LIBRARIES ${CMAKE_THREAD_LIBS_INIT}
- INSTALL_ROOT_DIR memif
+ HEADER_ROOT_DIR memif
COMPONENT ${COMPONENT}
) \ No newline at end of file