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
8b32073c
Commit
8b32073c
authored
Feb 22, 2016
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1826 from bluca/make_dist
Problem: make dist is borken
parents
232094a0
b3b9cfd9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
27 deletions
+22
-27
.gitignore
.gitignore
+1
-0
Makefile.am
builds/Makefile.am
+3
-6
Makefile.am
builds/msvc/Makefile.am
+18
-21
No files found.
.gitignore
View file @
8b32073c
...
@@ -163,6 +163,7 @@ builds/msvc/**/*Release
...
@@ -163,6 +163,7 @@ builds/msvc/**/*Release
builds/redhat/zeromq.spec
builds/redhat/zeromq.spec
builds/android/prefix/
builds/android/prefix/
packaging/nuget/*.nupkg
packaging/nuget/*.nupkg
packaging/redhat/zeromq.spec
foreign/openpgm/*
foreign/openpgm/*
!foreign/openpgm/*.tar.bz2
!foreign/openpgm/*.tar.bz2
!foreign/openpgm/*.tar.gz
!foreign/openpgm/*.tar.gz
...
...
builds/Makefile.am
View file @
8b32073c
...
@@ -21,14 +21,11 @@ EXTRA_DIST = \
...
@@ -21,14 +21,11 @@ EXTRA_DIST = \
cmake/Modules/ZMQSourceRunChecks.cmake
\
cmake/Modules/ZMQSourceRunChecks.cmake
\
cmake/NSIS.template32.in
\
cmake/NSIS.template32.in
\
cmake/platform.hpp.in
\
cmake/platform.hpp.in
\
cmake/Makefile.am
\
cmake/Makefile
\
cmake/NSIS.template64.in
\
cmake/NSIS.template64.in
\
cmake/Makefile.in
\
valgrind/valgrind.supp
\
valgrind/valgrind.supp
\
valgrind/vg
\
valgrind/vg
\
nuget/readme.nuget
\
nuget/readme.nuget
\
nuget/libzmq.autopkg
\
nuget/libzmq.autopkg
\
qt-
android/android_build_helper.sh
\
android/android_build_helper.sh
\
qt-
android/ci_build.sh
\
android/ci_build.sh
\
qt-
android/build.sh
android/build.sh
builds/msvc/Makefile.am
View file @
8b32073c
...
@@ -3,7 +3,6 @@ LIBZMQ_DIST = vs2008/libzmq.sln \
...
@@ -3,7 +3,6 @@ LIBZMQ_DIST = vs2008/libzmq.sln \
vs2010/libzmq.sln
\
vs2010/libzmq.sln
\
vs2010/libzmq/libzmq.vcxproj
\
vs2010/libzmq/libzmq.vcxproj
\
vs2010/libzmq/libzmq.vcxproj.filters
\
vs2010/libzmq/libzmq.vcxproj.filters
\
vs2010/libzmq/libzmq.props
\
vs2010/libzmq/libzmq.xml
\
vs2010/libzmq/libzmq.xml
\
vs2010/libzmq.import.props
\
vs2010/libzmq.import.props
\
vs2010/libzmq.import.xml
\
vs2010/libzmq.import.xml
\
...
@@ -12,7 +11,6 @@ LIBZMQ_DIST = vs2008/libzmq.sln \
...
@@ -12,7 +11,6 @@ LIBZMQ_DIST = vs2008/libzmq.sln \
vs2012/libzmq.sln
\
vs2012/libzmq.sln
\
vs2012/libzmq/libzmq.vcxproj
\
vs2012/libzmq/libzmq.vcxproj
\
vs2012/libzmq/libzmq.vcxproj.filters
\
vs2012/libzmq/libzmq.vcxproj.filters
\
vs2012/libzmq/libzmq.props
\
vs2012/libzmq/libzmq.xml
\
vs2012/libzmq/libzmq.xml
\
vs2012/libzmq.import.props
\
vs2012/libzmq.import.props
\
vs2012/libzmq.import.xml
\
vs2012/libzmq.import.xml
\
...
@@ -21,7 +19,6 @@ LIBZMQ_DIST = vs2008/libzmq.sln \
...
@@ -21,7 +19,6 @@ LIBZMQ_DIST = vs2008/libzmq.sln \
vs2013/libzmq.sln
\
vs2013/libzmq.sln
\
vs2013/libzmq/libzmq.vcxproj
\
vs2013/libzmq/libzmq.vcxproj
\
vs2013/libzmq/libzmq.vcxproj.filters
\
vs2013/libzmq/libzmq.vcxproj.filters
\
vs2013/libzmq/libzmq.props
\
vs2013/libzmq/libzmq.xml
\
vs2013/libzmq/libzmq.xml
\
vs2013/libzmq.import.props
\
vs2013/libzmq.import.props
\
vs2013/libzmq.import.xml
\
vs2013/libzmq.import.xml
\
...
@@ -41,36 +38,36 @@ PERF_DIST = vs2008/local_lat/local_lat.vcproj \
...
@@ -41,36 +38,36 @@ PERF_DIST = vs2008/local_lat/local_lat.vcproj \
vs2010/remote_thr/remote_thr.vcxproj
\
vs2010/remote_thr/remote_thr.vcxproj
\
vs2010/inproc_lat/inproc_lat.vcxproj
\
vs2010/inproc_lat/inproc_lat.vcxproj
\
vs2010/inproc_thr/inproc_thr.vcxproj
\
vs2010/inproc_thr/inproc_thr.vcxproj
\
vs2010/local_lat/local_lat.props
\
vs2010/local_lat/local_lat.vcxproj
\
vs2010/local_thr/local_thr.props
\
vs2010/local_thr/local_thr.vcxproj
\
vs2010/remote_lat/remote_lat.props
\
vs2010/remote_lat/remote_lat.vcxproj
\
vs2010/remote_thr/remote_thr.props
\
vs2010/remote_thr/remote_thr.vcxproj
\
vs2010/inproc_lat/inproc_lat.props
\
vs2010/inproc_lat/inproc_lat.vcxproj
\
vs2010/inproc_thr/inproc_thr.props
\
vs2010/inproc_thr/inproc_thr.vcxproj
\
vs2012/local_lat/local_lat.vcxproj
\
vs2012/local_thr/local_thr.vcxproj
\
vs2012/remote_lat/remote_lat.vcxproj
\
vs2012/remote_thr/remote_thr.vcxproj
\
vs2012/inproc_lat/inproc_lat.vcxproj
\
vs2012/inproc_thr/inproc_thr.vcxproj
\
vs2012/local_lat/local_lat.vcxproj
\
vs2012/local_lat/local_lat.vcxproj
\
vs2012/local_thr/local_thr.vcxproj
\
vs2012/local_thr/local_thr.vcxproj
\
vs2012/remote_lat/remote_lat.vcxproj
\
vs2012/remote_lat/remote_lat.vcxproj
\
vs2012/remote_thr/remote_thr.vcxproj
\
vs2012/remote_thr/remote_thr.vcxproj
\
vs2012/inproc_lat/inproc_lat.vcxproj
\
vs2012/inproc_lat/inproc_lat.vcxproj
\
vs2012/inproc_thr/inproc_thr.vcxproj
\
vs2012/inproc_thr/inproc_thr.vcxproj
\
vs2012/local_lat/local_lat.props
\
vs2012/local_thr/local_thr.props
\
vs2012/remote_lat/remote_lat.props
\
vs2012/remote_thr/remote_thr.props
\
vs2012/inproc_lat/inproc_lat.props
\
vs2012/inproc_thr/inproc_thr.props
\
vs2013/local_lat/local_lat.vcxproj
\
vs2013/local_lat/local_lat.vcxproj
\
vs2013/local_thr/local_thr.vcxproj
\
vs2013/local_thr/local_thr.vcxproj
\
vs2013/remote_lat/remote_lat.vcxproj
\
vs2013/remote_lat/remote_lat.vcxproj
\
vs2013/remote_thr/remote_thr.vcxproj
\
vs2013/remote_thr/remote_thr.vcxproj
\
vs2013/inproc_lat/inproc_lat.vcxproj
\
vs2013/inproc_lat/inproc_lat.vcxproj
\
vs2013/inproc_thr/inproc_thr.vcxproj
\
vs2013/inproc_thr/inproc_thr.vcxproj
\
vs2013/local_lat/local_lat.
props
\
vs2013/local_lat/local_lat.
vcxproj
\
vs2013/local_thr/local_thr.
props
\
vs2013/local_thr/local_thr.
vcxproj
\
vs2013/remote_lat/remote_lat.
props
\
vs2013/remote_lat/remote_lat.
vcxproj
\
vs2013/remote_thr/remote_thr.
props
\
vs2013/remote_thr/remote_thr.
vcxproj
\
vs2013/inproc_lat/inproc_lat.
props
\
vs2013/inproc_lat/inproc_lat.
vcxproj
\
vs2013/inproc_thr/inproc_thr.
props
vs2013/inproc_thr/inproc_thr.
vcxproj
PROPERTIES_DIST
=
properties/Common.props
\
PROPERTIES_DIST
=
properties/Common.props
\
properties/DebugDEXE.props
\
properties/DebugDEXE.props
\
...
...
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