Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
bdb65819
Commit
bdb65819
authored
Mar 12, 2016
by
Peter Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CMake-related files to EXTRA_DIST
parent
618073e2
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
37 additions
and
6 deletions
+37
-6
Makefile.am
Makefile.am
+13
-1
contrib/Makefile.am
contrib/Makefile.am
+5
-1
doc/Makefile.am
doc/Makefile.am
+1
-0
examples/Makefile.am
examples/Makefile.am
+2
-0
integration-tests/Makefile.am
integration-tests/Makefile.am
+1
-0
lib/Makefile.am
lib/Makefile.am
+1
-1
lib/includes/Makefile.am
lib/includes/Makefile.am
+3
-0
python/Makefile.am
python/Makefile.am
+1
-1
script/Makefile.am
script/Makefile.am
+1
-1
src/Makefile.am
src/Makefile.am
+2
-0
src/includes/Makefile.am
src/includes/Makefile.am
+2
-0
tests/Makefile.am
tests/Makefile.am
+2
-0
third-party/Makefile.am
third-party/Makefile.am
+3
-1
No files found.
Makefile.am
View file @
bdb65819
...
...
@@ -33,7 +33,19 @@ ACLOCAL_AMFLAGS = -I m4
dist_doc_DATA
=
README.rst
EXTRA_DIST
=
nghttpx.conf.sample proxy.pac.sample android-config android-make
\
Dockerfile.android
Dockerfile.android
\
cmakeconfig.h.in
\
CMakeLists.txt
\
CMakeOptions.txt
\
cmake/FindSpdylay.cmake
\
cmake/ExtractValidFlags.cmake
\
cmake/FindJemalloc.cmake
\
cmake/FindLibev.cmake
\
cmake/FindCUnit.cmake
\
cmake/Version.cmake
\
cmake/FindCython.cmake
\
cmake/FindLibevent.cmake
\
cmake/FindJansson.cmake
.PHONY
:
clang-format
...
...
contrib/Makefile.am
View file @
bdb65819
...
...
@@ -23,7 +23,11 @@
configfiles
=
nghttpx-init nghttpx.service nghttpx-upstart.conf
EXTRA_DIST
=
$(configfiles:%=%.in)
nghttpx-logrotate tlsticketupdate.go
EXTRA_DIST
=
\
CMakeLists.txt
\
$(configfiles:%=%.in)
\
nghttpx-logrotate
\
tlsticketupdate.go
edit
=
sed
-e
's|@bindir[@]|
$(bindir)
|g'
...
...
doc/Makefile.am
View file @
bdb65819
...
...
@@ -154,6 +154,7 @@ RST_FILES = \
h2load.1.rst
EXTRA_DIST
=
\
CMakeLists.txt
\
mkapiref.py
\
$(RST_FILES)
\
$(APIDOCS)
\
...
...
examples/Makefile.am
View file @
bdb65819
...
...
@@ -21,6 +21,8 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
EXTRA_DIST
=
CMakeLists.txt
if
ENABLE_EXAMPLES
AM_CFLAGS
=
$(WARNCFLAGS)
...
...
integration-tests/Makefile.am
View file @
bdb65819
...
...
@@ -28,6 +28,7 @@ GO_FILES = \
server_tester.go
EXTRA_DIST
=
\
CMakeLists.txt
\
$(GO_FILES)
\
server.key
\
server.crt
\
...
...
lib/Makefile.am
View file @
bdb65819
...
...
@@ -22,7 +22,7 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SUBDIRS
=
includes
EXTRA_DIST
=
Makefile.msvc
EXTRA_DIST
=
Makefile.msvc
CMakeLists.txt
AM_CFLAGS
=
$(WARNCFLAGS)
$(EXTRACFLAG)
AM_CPPFLAGS
=
-I
$(srcdir)
/includes
-I
$(builddir)
/includes
-DBUILDING_NGHTTP2
\
...
...
lib/includes/Makefile.am
View file @
bdb65819
...
...
@@ -20,4 +20,7 @@
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
EXTRA_DIST
=
CMakeLists.txt
nobase_include_HEADERS
=
nghttp2/nghttp2.h nghttp2/nghttp2ver.h
python/Makefile.am
View file @
bdb65819
...
...
@@ -25,7 +25,7 @@
# clean-local in parallel build.
.NOTPARALLEL
:
EXTRA_DIST
=
cnghttp2.pxd nghttp2.pyx
EXTRA_DIST
=
cnghttp2.pxd nghttp2.pyx
CMakeLists.txt install-python.cmake.in
if
ENABLE_PYTHON_BINDINGS
...
...
script/Makefile.am
View file @
bdb65819
...
...
@@ -21,5 +21,5 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
EXTRA_DIST
=
README.rst
EXTRA_DIST
=
README.rst
CMakeLists.txt
dist_pkgdata_SCRIPTS
=
fetch-ocsp-response
src/Makefile.am
View file @
bdb65819
...
...
@@ -22,6 +22,8 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SUBDIRS
=
includes
EXTRA_DIST
=
CMakeLists.txt
bin_PROGRAMS
=
check_PROGRAMS
=
TESTS
=
...
...
src/includes/Makefile.am
View file @
bdb65819
...
...
@@ -21,6 +21,8 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
EXTRA_DIST
=
CMakeLists.txt
if
ENABLE_ASIO_LIB
nobase_include_HEADERS
=
nghttp2/asio_http2.h nghttp2/asio_http2_client.h
\
nghttp2/asio_http2_server.h
...
...
tests/Makefile.am
View file @
bdb65819
...
...
@@ -22,6 +22,8 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SUBDIRS
=
testdata
EXTRA_DIST
=
CMakeLists.txt
if
HAVE_CUNIT
check_PROGRAMS
=
main
...
...
third-party/Makefile.am
View file @
bdb65819
...
...
@@ -23,6 +23,8 @@
AM_CPPFLAGS
=
@DEFS@
EXTRA_DIST
=
CMakeLists.txt
if
ENABLE_THIRD_PARTY
noinst_LTLIBRARIES
=
libhttp-parser.la
...
...
@@ -39,7 +41,7 @@ endif # HAVE_NEVERBLEED
if
HAVE_MRUBY
EXTRA_DIST
=
build_config.rb mruby/
*
EXTRA_DIST
+
=
build_config.rb mruby/
*
.PHONY
:
all-local clean mruby
...
...
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