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
edd9a0c5
Unverified
Commit
edd9a0c5
authored
May 24, 2018
by
Luca Boccassi
Committed by
GitHub
May 24, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3130 from sigiesec/fix-automake
Problem: autotools build broken
parents
f3e7911d
b6d36c92
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
Makefile.am
View file @
edd9a0c5
...
@@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I config
...
@@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I config
SUBDIRS
=
doc
SUBDIRS
=
doc
DIST_SUBDIRS
=
doc builds builds/msvc
DIST_SUBDIRS
=
doc builds builds/
deprecated-
msvc
pkgconfig_DATA
=
src/libzmq.pc
pkgconfig_DATA
=
src/libzmq.pc
...
...
configure.ac
View file @
edd9a0c5
...
@@ -835,6 +835,6 @@ AC_CONFIG_FILES([ \
...
@@ -835,6 +835,6 @@ AC_CONFIG_FILES([ \
src/libzmq.pc \
src/libzmq.pc \
doc/Makefile \
doc/Makefile \
builds/Makefile \
builds/Makefile \
builds/msvc/Makefile])
builds/
deprecated-
msvc/Makefile])
AC_OUTPUT
AC_OUTPUT
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