From 894bd3c228abc59b976e257060168de2f66a71c1 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Mon, 12 May 2014 16:25:08 +0000 Subject: [PATCH] git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5315 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/Makefile.common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/targets/Makefile.common b/targets/Makefile.common index bbdffca917..c505fd02a3 100644 --- a/targets/Makefile.common +++ b/targets/Makefile.common @@ -6,6 +6,7 @@ X2AP_DIR = $(OPENAIR_HOME)/openair2/X2AP SCTP_DIR = $(OPENAIR_HOME)/openair-cn/SCTP UDP_DIR = $(OPENAIR_HOME)/openair-cn/UDP GTPV1U_DIR = $(OPENAIR_HOME)/openair-cn/GTPV1-U +CN_SECU_DIR = $(OPENAIR_HOME)/openair-cn/SECU UE_NAS_OBJ_DIR = $(subst $(OPENAIR_HOME),$(OBJS_DIR),$(UE_NAS_DIR)) S1AP_OBJ_DIR = $(subst $(OPENAIR_HOME),$(OBJS_DIR),$(S1AP_DIR)) @@ -21,6 +22,7 @@ export X2AP_DIR export SCTP_DIR export UDP_DIR export GTPV1U_DIR +export CN_SECU_DIR #Export common cflags (between softmodem and oaisim) COMMON_CFLAGS = \ -- GitLab