File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 39
39
ifneq ($(wildcard ../java_bytecode/Makefile) ,)
40
40
OBJ += ../java_bytecode/java_bytecode$(LIBEXT )
41
41
CP_CXXFLAGS += -DHAVE_JAVA_BYTECODE
42
+ ifneq ($(wildcard $(LIBZIPINC)),)
43
+ LIBS += $(LIBZIPLIB )
44
+ endif
42
45
endif
43
46
44
47
ifneq ($(wildcard ../specc/Makefile) ,)
Original file line number Diff line number Diff line change 19
19
20
20
#include < ansi-c/ansi_c_language.h>
21
21
#include < cpp/cpp_language.h>
22
+ #include < java_bytecode/java_bytecode_language.h>
22
23
23
24
#include < goto-programs/goto_convert_functions.h>
24
25
#include < goto-programs/show_properties.h>
@@ -203,6 +204,7 @@ int symex_parse_optionst::doit()
203
204
204
205
register_language (new_ansi_c_language);
205
206
register_language (new_cpp_language);
207
+ register_language (new_java_bytecode_language);
206
208
207
209
//
208
210
// command line options
You can’t perform that action at this time.
0 commit comments