diff options
author | Harald Welte <laforge@gnumonks.org> | 2019-05-20 17:37:12 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2019-05-20 17:37:12 +0200 |
commit | 7a7f9a68c0ebd027d99550d35de0a0410db70067 (patch) | |
tree | 144ee94d1d441ef721308eb48787bb4a9b4e6a66 | |
parent | a6d5dcb7e09e67330badb8be6841e83e1ab62fd2 (diff) |
-rw-r--r-- | titan/Makefile | 4 |
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 |