From 7a7f9a68c0ebd027d99550d35de0a0410db70067 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 20 May 2019 17:37:12 +0200 Subject: titan: Re-add MNCC_EncDec.cc which was lost --- titan/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/titan/Makefile b/titan/Makefile index 4feedc8..c1d7dee 100644 --- a/titan/Makefile +++ b/titan/Makefile @@ -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 -- cgit v1.2.3