summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-20 17:37:12 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-20 17:37:12 +0200
commit7a7f9a68c0ebd027d99550d35de0a0410db70067 (patch)
tree144ee94d1d441ef721308eb48787bb4a9b4e6a66
parenta6d5dcb7e09e67330badb8be6841e83e1ab62fd2 (diff)
titan: Re-add MNCC_EncDec.cc which was lostHEADmaster
-rw-r--r--titan/Makefile4
1 files 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
personal git repositories of Harald Welte. Your mileage may vary