Commit 358850d2 authored by roux's avatar roux

use correct hashtable source files


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7662 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent d3741e8b
...@@ -618,10 +618,10 @@ include_directories("${OPENAIR_DIR}") ...@@ -618,10 +618,10 @@ include_directories("${OPENAIR_DIR}")
# Utilities Library # Utilities Library
################ ################
add_library(HASHTABLE add_library(HASHTABLE
${OPENAIRCN_DIR}/UTILS/HASHTABLE/hashtable.c ${OPENAIR_DIR}/common/utils/collection/hashtable/hashtable.c
${OPENAIRCN_DIR}/UTILS/HASHTABLE/obj_hashtable.c ${OPENAIR_DIR}/common/utils/collection/hashtable/obj_hashtable.c
) )
include_directories(${OPENAIRCN_DIR}/UTILS/HASHTABLE) include_directories(${OPENAIR_DIR}/common/utils/collection/hashtable)
if (MESSAGE_CHART_GENERATOR) if (MESSAGE_CHART_GENERATOR)
add_library(MSC add_library(MSC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment