aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-06-05 17:02:25 +0000
committerliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-06-05 17:02:25 +0000
commite7881e8e1295e4e9f71ce74409d98eacaa02db38 (patch)
tree962b0bb1396346b9de0afe650a0a3e714afac138 /src/Makefile.am
parentaabd7cf8f858cfeffb2b874176f43d23ac702c22 (diff)
downloadprotobuf-e7881e8e1295e4e9f71ce74409d98eacaa02db38.tar.gz
protobuf-e7881e8e1295e4e9f71ce74409d98eacaa02db38.tar.bz2
protobuf-e7881e8e1295e4e9f71ce74409d98eacaa02db38.zip
Update atomicops to support new platforms where intptr_t = long.
Fix license headers.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1929c50e..db9e7af9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,9 +40,9 @@ MAINTAINERCLEANFILES = \
nobase_include_HEADERS = \
google/protobuf/stubs/atomicops.h \
google/protobuf/stubs/atomicops_internals_arm_gcc.h \
+ google/protobuf/stubs/atomicops_internals_macosx.h \
google/protobuf/stubs/atomicops_internals_mips_gcc.h \
google/protobuf/stubs/atomicops_internals_x86_gcc.h \
- google/protobuf/stubs/atomicops_internals_x86_macosx.h \
google/protobuf/stubs/atomicops_internals_x86_msvc.h \
google/protobuf/stubs/common.h \
google/protobuf/stubs/platform_macros.h \