Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
9ca3821d
Commit
9ca3821d
authored
Jun 04, 2018
by
KIU Shueng Chuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: incomplete wepoll filelist in Makefile.am
Solution: add them so that they get included in "make dist"
parent
d07ddb1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Makefile.am
Makefile.am
+5
-1
No files found.
Makefile.am
View file @
9ca3821d
...
...
@@ -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
\
...
...
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