aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2013-01-10 21:24:56 +0000
committerliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2013-01-10 21:24:56 +0000
commit4d8c2f94fbdc1ef92acd2fc01d1f61e3ef440875 (patch)
tree8115029ff7159d36943488b0121d4993fa2acbf8 /src/Makefile.am
parent98080e85985608719cf0b4c7f22b6a21b1f3451c (diff)
downloadprotobuf-4d8c2f94fbdc1ef92acd2fc01d1f61e3ef440875.tar.gz
protobuf-4d8c2f94fbdc1ef92acd2fc01d1f61e3ef440875.tar.bz2
protobuf-4d8c2f94fbdc1ef92acd2fc01d1f61e3ef440875.zip
Add arm_qnx atomic ops support and add missing header files in Makefile.am
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \