mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
build: make dist now generates a full tarball
Autotools tries to figure out what's necessary to create a tarball through included files in Makefile.am. Since libuv has conditionals based on target OS as well as additional samples/documentation, extra_files needs to include these. Also, add the result of make dist to gitignore. PR-URL: https://github.com/libuv/libuv/pull/118 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
This commit is contained in:
parent
c9c00cdc0d
commit
434ce034e0
3
.gitignore
vendored
3
.gitignore
vendored
@ -67,3 +67,6 @@ ipch
|
||||
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
||||
|
||||
# make dist output
|
||||
libuv-*.tar.*
|
||||
|
19
Makefile.am
19
Makefile.am
@ -108,7 +108,24 @@ libuv_la_SOURCES += src/unix/async.c \
|
||||
endif # WINNT
|
||||
|
||||
EXTRA_DIST = test/fixtures/empty_file \
|
||||
test/fixtures/load_error.node
|
||||
test/fixtures/load_error.node \
|
||||
include \
|
||||
test \
|
||||
docs \
|
||||
img \
|
||||
samples \
|
||||
android-configure \
|
||||
CONTRIBUTING.md \
|
||||
LICENSE \
|
||||
README.md \
|
||||
checksparse.sh \
|
||||
vcbuild.bat \
|
||||
Makefile.mingw \
|
||||
common.gypi \
|
||||
gyp_uv.py \
|
||||
uv.gyp
|
||||
|
||||
|
||||
|
||||
TESTS = test/run-tests
|
||||
check_PROGRAMS = test/run-tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user