From f5de486b533e0f0a22d7a4b3606619dda65e294d Mon Sep 17 00:00:00 2001 From: "pliard@google.com" Date: Fri, 2 Mar 2012 13:04:36 +0000 Subject: Add atomicops from V8. --- src/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 327339a9..1929c50e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,7 +38,14 @@ MAINTAINERCLEANFILES = \ Makefile.in nobase_include_HEADERS = \ + google/protobuf/stubs/atomicops.h \ + google/protobuf/stubs/atomicops_internals_arm_gcc.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 \ google/protobuf/stubs/once.h \ google/protobuf/descriptor.h \ google/protobuf/descriptor.pb.h \ @@ -79,6 +86,7 @@ lib_LTLIBRARIES = libprotobuf-lite.la libprotobuf.la libprotoc.la libprotobuf_lite_la_LIBADD = $(PTHREAD_LIBS) libprotobuf_lite_la_LDFLAGS = -version-info 7:0:0 -export-dynamic -no-undefined libprotobuf_lite_la_SOURCES = \ + google/protobuf/stubs/atomicops_internals_x86_gcc.cc \ google/protobuf/stubs/common.cc \ google/protobuf/stubs/once.cc \ google/protobuf/stubs/hash.h \ -- cgit v1.2.3