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
56f29220
Commit
56f29220
authored
Dec 12, 2014
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include cmake files in automake dist.
parent
04fd66e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
Makefile.am
c++/Makefile.am
+15
-3
super-test.sh
super-test.sh
+1
-1
No files found.
c++/Makefile.am
View file @
56f29220
...
...
@@ -33,6 +33,13 @@ clean-local:
cd
gtest
&&
$(MAKE)
$(AM_MAKEFLAGS)
clean
;
\
fi
# When running distcheck, verify that we've included all the files needed by
# the cmake build.
distcheck-hook
:
rm
-rf
distcheck-cmake
(
which cmake
&&
mkdir
distcheck-cmake
&&
cd
distcheck-cmake
&&
cmake ../
$(distdir)
&&
make
-j6
check
)
rm
-rf
distcheck-cmake
AM_CXXFLAGS
=
-I
$(srcdir)
/src
-I
$(builddir)
/src
-DKJ_HEADER_WARNINGS
-DCAPNP_HEADER_WARNINGS
-DCAPNP_INCLUDE_DIR
=
'"
$(includedir)
"'
$(PTHREAD_CFLAGS)
AM_LDFLAGS
=
$(PTHREAD_CFLAGS)
...
...
@@ -50,9 +57,14 @@ EXTRA_DIST = \
src/capnp/testdata/errors.txt
\
src/capnp/testdata/segmented
\
src/capnp/testdata/packed
\
src/capnp/testdata/pretty.txt
CLEANFILES
=
$(test_capnpc_outputs)
test_capnpc_middleman
src/capnp/testdata/pretty.txt
\
CMakeLists.txt
\
cmake/FindCapnProto.cmake
\
src/CMakeLists.txt
\
src/kj/CMakeLists.txt
\
src/capnp/CMakeLists.txt
CLEANFILES
=
$(test_capnpc_outputs)
test_capnpc_middleman distcheck-cmake
# Deletes all the files generated by autoreconf.
MAINTAINERCLEANFILES
=
\
...
...
super-test.sh
View file @
56f29220
...
...
@@ -361,7 +361,7 @@ echo "========================================================================="
echo
"Testing c++ dist"
echo
"========================================================================="
doit make distcheck
doit make
-j6
distcheck
doit make distclean
rm
capnproto-
*
.tar.gz
...
...
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