Include well-known type protos in "make install".

pull/303/head
Feng Xiao 10 years ago
parent fe7b5667eb
commit 7ddbf87008
  1. 10
      src/Makefile.am

@ -25,6 +25,16 @@ AM_LDFLAGS = $(PTHREAD_CFLAGS)
# a "legitimate" directory for DATA. Screw you, automake.
protodir = $(includedir)
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.

Loading…
Cancel
Save