aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/Makefile
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-12-23 17:09:27 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-12-23 17:09:27 +0000
commit0a5fc5d663054eb836eafc258cc2f6792358e2c9 (patch)
treeeeffa69d84976079078e2c82b510fca0f60e552c /src/client/linux/Makefile
parentfix a badly-applied patch, and also re-run automake which I forgot to do (diff)
downloadbreakpad-0a5fc5d663054eb836eafc258cc2f6792358e2c9.tar.xz
Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid at http://breakpad.appspot.com/49008
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@461 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/linux/Makefile')
-rw-r--r--src/client/linux/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/linux/Makefile b/src/client/linux/Makefile
index 6f1c24f5..9116fe6f 100644
--- a/src/client/linux/Makefile
+++ b/src/client/linux/Makefile
@@ -39,6 +39,7 @@ TEST_CC_SRC=handler/exception_handler_unittest.cc \
minidump_writer/line_reader_unittest.cc \
minidump_writer/linux_dumper_unittest.cc \
minidump_writer/minidump_writer_unittest.cc \
+ ../../common/linux/file_id.cc \
$(GOOGLETEST_CC_SRC)
TEST_CC_OBJ=$(patsubst %.cc, $(OBJ_DIR)/%.o,$(TEST_CC_SRC))