From f5b373dfb6d92e14fd79a886ca31fc42a4e91d5f Mon Sep 17 00:00:00 2001 From: "liujisi@google.com" Date: Thu, 10 Jan 2013 21:37:04 +0000 Subject: [PATCH] Fix a typo of nacl file name. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index a3760b4dd5..df733d9b87 100644 --- a/src/Makefile.am +++ b/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 \