mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 16:06:09 +00:00
Problem: incomplete wepoll filelist in Makefile.am
Solution: add them so that they get included in "make dist"
This commit is contained in:
parent
d07ddb1bce
commit
9ca3821d9a
@ -259,7 +259,8 @@ src_libzmq_la_SOURCES = \
|
|||||||
|
|
||||||
if USE_WEPOLL
|
if USE_WEPOLL
|
||||||
src_libzmq_la_SOURCES += \
|
src_libzmq_la_SOURCES += \
|
||||||
external/wepoll/wepoll.c
|
external/wepoll/wepoll.c \
|
||||||
|
external/wepoll/wepoll.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_TWEETNACL
|
if USE_TWEETNACL
|
||||||
@ -974,6 +975,9 @@ endif
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
external/unity/license.txt \
|
external/unity/license.txt \
|
||||||
external/unity/version.txt \
|
external/unity/version.txt \
|
||||||
|
external/wepoll/license.txt \
|
||||||
|
external/wepoll/version.txt \
|
||||||
|
external/wepoll/README.md \
|
||||||
CMakeLists.txt \
|
CMakeLists.txt \
|
||||||
autogen.sh \
|
autogen.sh \
|
||||||
version.sh \
|
version.sh \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user