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
844b590b
Commit
844b590b
authored
Sep 08, 2009
by
malosek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added libzmq.pc.in file
parent
b3fc1452
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
configure.in
configure.in
+1
-1
Makefile.am
src/Makefile.am
+2
-0
libzmq.pc.in
src/libzmq.pc.in
+10
-0
No files found.
configure.in
View file @
844b590b
...
...
@@ -372,7 +372,7 @@ AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
AC_OUTPUT(Makefile src/Makefile python/Makefile python/setup.py ruby/Makefile \
java/Makefile perf/Makefile perf/c/Makefile perf/cpp/Makefile \
perf/python/Makefile perf/ruby/Makefile perf/java/Makefile)
perf/python/Makefile perf/ruby/Makefile perf/java/Makefile
src/libzmq.pc
)
AC_MSG_RESULT([])
AC_MSG_RESULT([ ******************************************************** ])
...
...
src/Makefile.am
View file @
844b590b
lib_LTLIBRARIES
=
libzmq.la
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
libzmq.pc
if
BUILD_CPP
include_HEADERS
=
../cpp/zmq.hpp ../c/zmq.h
...
...
src/libzmq.pc.in
0 → 100644
View file @
844b590b
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libzmq
Description: 0MQ c++ library
Version: @VERSION@
Libs: -L${libdir} -lzmq
Cflags: -I${includedir}
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