Skip to content

Commit f20cf9f

Browse files
Merge pull request diffblue#117 from tautschnig/show_goto_functions-bugfix
Compile recently added show_goto_functions.cpp
2 parents ea5f8cc + 528f442 commit f20cf9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SRC = goto_convert.cpp goto_convert_function_call.cpp \
1616
remove_returns.cpp osx_fat_reader.cpp remove_complex.cpp \
1717
goto_trace.cpp xml_goto_trace.cpp vcd_goto_trace.cpp \
1818
graphml_goto_trace.cpp remove_virtual_functions.cpp \
19-
class_hierarchy.cpp
19+
class_hierarchy.cpp show_goto_functions.cpp
2020

2121
INCLUDES= -I ..
2222

0 commit comments

Comments
 (0)