aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2015-07-17 13:57:59 -0700
committerJisi Liu <liujisi@google.com>2015-07-17 13:57:59 -0700
commit798ed10e7ac36d64790edc06cf378f04598911c5 (patch)
treed14163c64d8669bd9001d0b258058d7fb54b56cd /src/Makefile.am
parent7648852550c6e971e1fdfbfe3892bf12a616539e (diff)
parent12f6e3dd0e3c73674b973b170af3a7f577111dbb (diff)
downloadprotobuf-798ed10e7ac36d64790edc06cf378f04598911c5.tar.gz
protobuf-798ed10e7ac36d64790edc06cf378f04598911c5.tar.bz2
protobuf-798ed10e7ac36d64790edc06cf378f04598911c5.zip
Merge pull request #613 from pherl/splitheaders
Split up common.h headers
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 481aa794..3553f974 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -71,13 +71,19 @@ nobase_include_HEADERS = \
google/protobuf/stubs/atomicops_internals_tsan.h \
google/protobuf/stubs/atomicops_internals_x86_gcc.h \
google/protobuf/stubs/atomicops_internals_x86_msvc.h \
+ google/protobuf/stubs/callback.h \
google/protobuf/stubs/bytestream.h \
google/protobuf/stubs/casts.h \
google/protobuf/stubs/common.h \
google/protobuf/stubs/fastmem.h \
google/protobuf/stubs/hash.h \
+ google/protobuf/stubs/logging.h \
+ google/protobuf/stubs/macros.h \
+ google/protobuf/stubs/mutex.h \
google/protobuf/stubs/once.h \
google/protobuf/stubs/platform_macros.h \
+ google/protobuf/stubs/port.h \
+ google/protobuf/stubs/scoped_ptr.h \
google/protobuf/stubs/shared_ptr.h \
google/protobuf/stubs/singleton.h \
google/protobuf/stubs/status.h \