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
131b0a71
Commit
131b0a71
authored
May 08, 2013
by
Ian Barber
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #553 from hintjens/master
Some changes to building and packaging
parents
3ef3b940
e918fd4d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Makefile.am
builds/msvc/Makefile.am
+2
-1
configure.ac
configure.ac
+2
-1
No files found.
builds/msvc/Makefile.am
View file @
131b0a71
LIBZMQ_DIST
=
libzmq/libzmq.vcproj libzmq/libzmq.vcxproj
\
LIBZMQ_DIST
=
libzmq/libzmq.vcproj libzmq/libzmq.vcxproj
\
libzmq/libzmq.vcxproj.filters
\
libzmq/libzmq.vcxproj.filters
\
platform.hpp msvc.sln msvc10.sln
platform.hpp msvc.sln msvc10.sln
\
errno.cpp errno.hpp
PERF_DIST
=
c_local_thr/c_local_thr.vcproj
\
PERF_DIST
=
c_local_thr/c_local_thr.vcproj
\
c_local_thr/c_local_thr.vcxproj
\
c_local_thr/c_local_thr.vcxproj
\
...
...
configure.ac
View file @
131b0a71
...
@@ -62,9 +62,10 @@ LIBZMQ_CHECK_ENABLE_DEBUG
...
@@ -62,9 +62,10 @@ LIBZMQ_CHECK_ENABLE_DEBUG
# Check wheter to enable code coverage
# Check wheter to enable code coverage
LIBZMQ_WITH_GCOV
LIBZMQ_WITH_GCOV
# Checks for libraries
.
# Checks for libraries
AC_CHECK_LIB([pthread], [pthread_create])
AC_CHECK_LIB([pthread], [pthread_create])
AC_CHECK_LIB([rt], [clock_gettime])
AC_CHECK_LIB([rt], [clock_gettime])
AC_CHECK_LIB([sodium], [sodium_init])
# Set pedantic
# Set pedantic
libzmq_pedantic="yes"
libzmq_pedantic="yes"
...
...
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