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:37:04 +0000
committerliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2013-01-10 21:37:04 +0000
commitf5b373dfb6d92e14fd79a886ca31fc42a4e91d5f (patch)
treeda572344eedb678532aa47b06e416b45cf485c92 /src/Makefile.am
parente9ee30962fd754ea9f9c3715d86bf4725ee8b9e9 (diff)
downloadprotobuf-f5b373dfb6d92e14fd79a886ca31fc42a4e91d5f.tar.gz
protobuf-f5b373dfb6d92e14fd79a886ca31fc42a4e91d5f.tar.bz2
protobuf-f5b373dfb6d92e14fd79a886ca31fc42a4e91d5f.zip
Fix a typo of nacl file name.
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 a3760b4d..df733d9b 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 \