From 4d8c2f94fbdc1ef92acd2fc01d1f61e3ef440875 Mon Sep 17 00:00:00 2001 From: "liujisi@google.com" Date: Thu, 10 Jan 2013 21:24:56 +0000 Subject: Add arm_qnx atomic ops support and add missing header files in Makefile.am --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index f61bfd3f..a3760b4d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,9 +40,11 @@ MAINTAINERCLEANFILES = \ nobase_include_HEADERS = \ google/protobuf/stubs/atomicops.h \ google/protobuf/stubs/atomicops_internals_arm_gcc.h \ + google/protobuf/stubs/atomicops_internals_arm_qnx.h \ google/protobuf/stubs/atomicops_internals_atomicword_compat.h \ google/protobuf/stubs/atomicops_internals_macosx.h \ google/protobuf/stubs/atomicops_internals_mips_gcc.h \ + google/protobuf/stubs/atomicops_internals_pnal.h \ google/protobuf/stubs/atomicops_internals_x86_gcc.h \ google/protobuf/stubs/atomicops_internals_x86_msvc.h \ google/protobuf/stubs/common.h \ -- cgit v1.2.3