mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-24 15:26:55 +01: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
|
||||
src_libzmq_la_SOURCES += \
|
||||
external/wepoll/wepoll.c
|
||||
external/wepoll/wepoll.c \
|
||||
external/wepoll/wepoll.h
|
||||
endif
|
||||
|
||||
if USE_TWEETNACL
|
||||
@ -974,6 +975,9 @@ endif
|
||||
EXTRA_DIST = \
|
||||
external/unity/license.txt \
|
||||
external/unity/version.txt \
|
||||
external/wepoll/license.txt \
|
||||
external/wepoll/version.txt \
|
||||
external/wepoll/README.md \
|
||||
CMakeLists.txt \
|
||||
autogen.sh \
|
||||
version.sh \
|
||||
|
Loading…
x
Reference in New Issue
Block a user