mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
Merge branch 'master' of github.com:sustrik/zeromq2
This commit is contained in:
@@ -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 \
|
AC_OUTPUT(Makefile src/Makefile python/Makefile python/setup.py ruby/Makefile \
|
||||||
java/Makefile perf/Makefile perf/c/Makefile perf/cpp/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([])
|
||||||
AC_MSG_RESULT([ ******************************************************** ])
|
AC_MSG_RESULT([ ******************************************************** ])
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
lib_LTLIBRARIES = libzmq.la
|
lib_LTLIBRARIES = libzmq.la
|
||||||
|
|
||||||
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
pkgconfig_DATA = libzmq.pc
|
||||||
|
|
||||||
if BUILD_CPP
|
if BUILD_CPP
|
||||||
include_HEADERS = ../cpp/zmq.hpp ../c/zmq.h
|
include_HEADERS = ../cpp/zmq.hpp ../c/zmq.h
|
||||||
|
|||||||
10
src/libzmq.pc.in
Normal file
10
src/libzmq.pc.in
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
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}
|
||||||
Reference in New Issue
Block a user