Skip to content

Commit

Permalink
Merge pull request protocolbuffers#303 from xfxyjwf/wkt
Browse files Browse the repository at this point in the history
Include well-known type protos in "make install".
  • Loading branch information
xfxyjwf committed Apr 29, 2015
2 parents fe7b566 + 7ddbf87 commit 5a9863b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,17 @@ AM_LDFLAGS = $(PTHREAD_CFLAGS)
# If I say "dist_include_DATA", automake complains that $(includedir) is not
# a "legitimate" directory for DATA. Screw you, automake.
protodir = $(includedir)
nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
google/protobuf/any.proto \
google/protobuf/api.proto \
google/protobuf/duration.proto \
google/protobuf/empty.proto \
google/protobuf/field_mask.proto \
google/protobuf/source_context.proto \
google/protobuf/struct.proto \
google/protobuf/timestamp.proto \
google/protobuf/type.proto \
google/protobuf/wrappers.proto \
google/protobuf/compiler/plugin.proto

# Not sure why these don't get cleaned automatically.
Expand Down

0 comments on commit 5a9863b

Please sign in to comment.