Browse Source

Fix a typo of nacl file name.

liujisi@google.com 12 years ago
parent
commit
f5b373dfb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Makefile.am

+ 1 - 1
src/Makefile.am

@@ -44,7 +44,7 @@ nobase_include_HEADERS =                                        \
   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_pnacl.h             \
   google/protobuf/stubs/atomicops_internals_x86_gcc.h           \
   google/protobuf/stubs/atomicops_internals_x86_msvc.h          \
   google/protobuf/stubs/common.h                                \