diff options
Diffstat (limited to 'lldb/test/python_api/module_section/Makefile')
-rw-r--r-- | lldb/test/python_api/module_section/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/module_section/Makefile b/lldb/test/python_api/module_section/Makefile index 86af2f4bc70..5738d5684da 100644 --- a/lldb/test/python_api/module_section/Makefile +++ b/lldb/test/python_api/module_section/Makefile @@ -1,6 +1,6 @@ LEVEL = ../../make -CXX_SOURCES := main.cpp +CXX_SOURCES := main.cpp b.cpp c.cpp MAKE_DSYM :=NO include $(LEVEL)/Makefile.rules |