titan: Re-add MNCC_EncDec.cc which was lost

This commit is contained in:
Harald Welte 2019-05-20 17:37:12 +02:00
parent a6d5dcb7e0
commit 7a7f9a68c0
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@ TYPE_HH=$(TYPE_MODULES:%=%_Types.hh)
TYPE_OBJS=$(TYPE_MODULES:%=%_Types.o)
GENERATED=$(TYPE_CC) $(TYPE_HH)
OBJS=$(TYPE_OBJS) hello.o
OBJS=$(TYPE_OBJS) hello.o MNCC_EncDec.o
CXXFLAGS=-DLINUX -DMAKEDEPEND_RUN -I/usr/include/titan -fPIC
LDFLAGS=-L/usr/lib/titan -fPIC -lttcn3-dynamic
LDFLAGS_STATIC=-L/usr/lib/titan -lttcn3 -lxml2 -lssl -lcrypto
all: compile titan.a
all: titan.a
$(GENERATED):
ttcn3_compiler *.ttcn