diff options
Diffstat (limited to 'src/client/linux/Makefile')
-rw-r--r-- | src/client/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/linux/Makefile b/src/client/linux/Makefile index 53e3b0f5..5cf4baee 100644 --- a/src/client/linux/Makefile +++ b/src/client/linux/Makefile @@ -37,7 +37,7 @@ LIB_C_SRC = ../../common/convert_UTF.c LIB_CC_OBJ=$(patsubst %.cc, $(OBJ_DIR)/%.o,$(LIB_CC_SRC)) LIB_C_OBJ=$(patsubst %.c, $(OBJ_DIR)/%.o, $(LIB_C_SRC)) -DUMPER_HELPER_TEST_C_SRC=minidump_writer/linux_dumper_unittest_helper.c +DUMPER_HELPER_TEST_C_SRC=minidump_writer/linux_dumper_unittest_helper.cc DUMPER_HELPER_TEST_C_OBJ=$(patsubst %.cc, $(OBJ_DIR)/%.o, \ $(DUMPER_HELPER_TEST_C_SRC)) |