Commit 9ca3821d authored by KIU Shueng Chuan's avatar KIU Shueng Chuan

Problem: incomplete wepoll filelist in Makefile.am

Solution: add them so that they get included in "make dist"
parent d07ddb1b
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment