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
abe7abab
Commit
abe7abab
authored
Feb 16, 2016
by
Sebastian Zenker
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1 from dtmuller/kj-only
Include kj.pc, kj-async.pc in automake build
parents
a900f200
f8e39a04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.am
c++/Makefile.am
+1
-1
configure.ac
c++/configure.ac
+1
-1
No files found.
c++/Makefile.am
View file @
abe7abab
...
...
@@ -106,7 +106,7 @@ includekjcompatdir = $(includekjdir)/compat
dist_includecapnp_DATA
=
$(public_capnpc_inputs)
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
capnp.pc capnp-rpc.pc
pkgconfig_DATA
=
capnp.pc capnp-rpc.pc
kj.pc kj-async.pc
noinst_HEADERS
=
\
src/kj/miniposix.h
...
...
c++/configure.ac
View file @
abe7abab
...
...
@@ -101,5 +101,5 @@ AC_SUBST([STDLIB_FLAG])
LIBS="$PTHREAD_LIBS $LIBS"
CXXFLAGS="$CXXFLAGS $PTHREAD_CFLAGS"
AC_CONFIG_FILES([Makefile capnp.pc capnp-rpc.pc])
AC_CONFIG_FILES([Makefile capnp.pc capnp-rpc.pc
kj.pc kj-async.pc
])
AC_OUTPUT
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