Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
5a9863b5
Commit
5a9863b5
authored
Apr 29, 2015
by
Feng Xiao
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #303 from xfxyjwf/wkt
Include well-known type protos in "make install".
parents
fe7b5667
7ddbf870
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
Makefile.am
src/Makefile.am
+11
-1
No files found.
src/Makefile.am
View file @
5a9863b5
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment