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
39b8ac30
Commit
39b8ac30
authored
Oct 18, 2014
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1217 from johntconklin/master
Append to libzmq_la_CPPFLAGS and libzmq_la_LIBADD.
parents
ebfe6354
2e0c1a98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
Makefile.am
Makefile.am
+6
-4
No files found.
Makefile.am
View file @
39b8ac30
...
@@ -228,16 +228,18 @@ endif
...
@@ -228,16 +228,18 @@ endif
endif
endif
endif
endif
libzmq_la_CPPFLAGS
=
libzmq_la_CXXFLAGS
=
@LIBZMQ_EXTRA_CXXFLAGS@
libzmq_la_CXXFLAGS
=
@LIBZMQ_EXTRA_CXXFLAGS@
libzmq_la_LIBADD
=
if
HAVE_SODIUM
if
HAVE_SODIUM
libzmq_la_CPPFLAGS
=
${
sodium_CFLAGS
}
libzmq_la_CPPFLAGS
+
=
${
sodium_CFLAGS
}
libzmq_la_LIBADD
=
${
sodium_LIBS
}
libzmq_la_LIBADD
+
=
${
sodium_LIBS
}
endif
endif
if
HAVE_PGM
if
HAVE_PGM
libzmq_la_CPPFLAGS
=
${
pgm_CFLAGS
}
libzmq_la_CPPFLAGS
+
=
${
pgm_CFLAGS
}
libzmq_la_LIBADD
=
${
pgm_LIBS
}
libzmq_la_LIBADD
+
=
${
pgm_LIBS
}
endif
endif
noinst_PROGRAMS
=
\
noinst_PROGRAMS
=
\
...
...
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