Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
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
capnproto
Commits
9e411b7f
Commit
9e411b7f
authored
Nov 11, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make rpc protocol headers public.
parent
61d748d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile.am
c++/Makefile.am
+4
-4
No files found.
c++/Makefile.am
View file @
9e411b7f
...
@@ -168,7 +168,9 @@ includecapnp_HEADERS = \
...
@@ -168,7 +168,9 @@ includecapnp_HEADERS = \
src/capnp/pointer-helpers.h
\
src/capnp/pointer-helpers.h
\
src/capnp/generated-header-support.h
\
src/capnp/generated-header-support.h
\
src/capnp/rpc.h
\
src/capnp/rpc.h
\
src/capnp/rpc-twoparty.h
src/capnp/rpc-twoparty.h
\
src/capnp/rpc.capnp.h
\
src/capnp/rpc-twoparty.capnp.h
lib_LTLIBRARIES
=
libkj.la libcapnp.la libcapnp-rpc.la libcapnpc.la
lib_LTLIBRARIES
=
libkj.la libcapnp.la libcapnp-rpc.la libcapnpc.la
...
@@ -224,10 +226,8 @@ libcapnp_rpc_la_LDFLAGS = -release $(VERSION) -no-undefined
...
@@ -224,10 +226,8 @@ libcapnp_rpc_la_LDFLAGS = -release $(VERSION) -no-undefined
libcapnp_rpc_la_SOURCES
=
\
libcapnp_rpc_la_SOURCES
=
\
src/capnp/rpc.c++
\
src/capnp/rpc.c++
\
src/capnp/rpc.capnp.c++
\
src/capnp/rpc.capnp.c++
\
src/capnp/rpc.capnp.h
\
src/capnp/rpc-twoparty.c++
\
src/capnp/rpc-twoparty.c++
\
src/capnp/rpc-twoparty.capnp.c++
\
src/capnp/rpc-twoparty.capnp.c++
src/capnp/rpc-twoparty.capnp.h
# -lpthread is here to work around https://bugzilla.redhat.com/show_bug.cgi?id=661333
# -lpthread is here to work around https://bugzilla.redhat.com/show_bug.cgi?id=661333
libcapnpc_la_LIBADD
=
libcapnp.la libkj.la
$(PTHREAD_LIBS)
-lpthread
libcapnpc_la_LIBADD
=
libcapnp.la libkj.la
$(PTHREAD_LIBS)
-lpthread
...
...
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