Commit 7a2fcccc authored by winckel's avatar winckel

Fixed EURECOM-NAS UE stand alone build issue.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4781 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 8e7ede48
...@@ -6,7 +6,7 @@ include $(PROJDIR)/Makerules ...@@ -6,7 +6,7 @@ include $(PROJDIR)/Makerules
include $(PROJDIR)/Makefile.inc include $(PROJDIR)/Makefile.inc
INCLUDES = -I. -I$(INCDIR) -I$(UTILDIR) -I$(USIMAPIDIR) -I$(MMEAPIDIR) \ INCLUDES = -I. -I$(INCDIR) -I$(UTILDIR) -I$(USIMAPIDIR) -I$(MMEAPIDIR) \
-I$(EMMSAPDIR) -I$(ESMSAPDIR) -I$(EMMMSGDIR) -I$(ESMDIR) -I$(EMMSAPDIR) -I$(ESMSAPDIR) -I$(EMMMSGDIR) -I$(IESDIR)
all: $(OBJS) all: $(OBJS)
@$(CD) $(EMMMSGDIR) && $(MAKE) @$(CD) $(EMMMSGDIR) && $(MAKE)
......
...@@ -6,7 +6,7 @@ include $(PROJDIR)/Makerules ...@@ -6,7 +6,7 @@ include $(PROJDIR)/Makerules
include $(PROJDIR)/Makefile.inc include $(PROJDIR)/Makefile.inc
INCLUDES = -I. -I$(INCDIR) -I$(UTILDIR) -I$(IESDIR) -I$(MMEAPIDIR) \ INCLUDES = -I. -I$(INCDIR) -I$(UTILDIR) -I$(IESDIR) -I$(MMEAPIDIR) \
-I$(EMMSAPDIR) -I$(ESMSAPDIR) -I$(ESMMSGDIR) -I$(EMMSAPDIR) -I$(ESMSAPDIR) -I$(ESMMSGDIR) -I$(EMMDIR)
all: $(OBJS) all: $(OBJS)
@$(CD) $(ESMMSGDIR) && $(MAKE) @$(CD) $(ESMMSGDIR) && $(MAKE)
......
...@@ -6,7 +6,7 @@ include $(PROJDIR)/Makerules ...@@ -6,7 +6,7 @@ include $(PROJDIR)/Makerules
include $(PROJDIR)/Makefile.inc include $(PROJDIR)/Makefile.inc
INCLUDES = -I. -I$(INCDIR) -I$(UTILDIR) -I$(ESMDIR) \ INCLUDES = -I. -I$(INCDIR) -I$(UTILDIR) -I$(ESMDIR) \
-I$(IESDIR) -I$(ESMMSGDIR) -I$(IESDIR) -I$(ESMMSGDIR) -I$(EMMDIR)
TARGET = $(LIBESMSAP) TARGET = $(LIBESMSAP)
TARGETS = $(TARGET).a $(TARGET).so TARGETS = $(TARGET).a $(TARGET).so
......
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