aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar Jisi Liu <jisi.liu@gmail.com>2017-07-25 14:37:19 -0700
committerGravatar Jisi Liu <jisi.liu@gmail.com>2017-07-25 14:37:19 -0700
commite177739fa2b201d4e4953218dd67084ef1005b03 (patch)
tree8e9c13838be112bbb3d9e3375663fdab6a5a2d2a /src/Makefile.am
parent9b8f6589f2eb54aa8f4c8edde55cf18baa92c69a (diff)
Fix build files
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7dbaadfa..0d0f8f49 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -197,6 +197,8 @@ libprotobuf_lite_la_SOURCES = \
google/protobuf/stubs/hash.h \
google/protobuf/stubs/int128.cc \
google/protobuf/stubs/int128.h \
+ google/protobuf/stubs/io_win32.cc \
+ google/protobuf/stubs/io_win32.h \
google/protobuf/stubs/map_util.h \
google/protobuf/stubs/mathutil.h \
google/protobuf/stubs/once.cc \
@@ -249,6 +251,7 @@ libprotobuf_la_SOURCES = \
google/protobuf/extension_set_heavy.cc \
google/protobuf/field_mask.pb.cc \
google/protobuf/generated_message_reflection.cc \
+ google/protobuf/generated_message_table_driven.cc \
google/protobuf/map_field.cc \
google/protobuf/message.cc \
google/protobuf/reflection_internal.h \