summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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