mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-13 17:27:57 +08:00
Deprecate zmq_utils.h
instead of removing it, which breaks downstream builds.
This commit is contained in:
parent
b20259809d
commit
d5b66295d4
@ -509,7 +509,8 @@ if (MINGW)
|
||||
endif ()
|
||||
|
||||
include_directories (include ${CMAKE_CURRENT_BINARY_DIR})
|
||||
set (public_headers include/zmq.h)
|
||||
set (public_headers include/zmq.h
|
||||
include/zmq_utils.h)
|
||||
|
||||
set (readme-docs AUTHORS
|
||||
COPYING
|
||||
|
@ -16,7 +16,8 @@ AM_CPPFLAGS = \
|
||||
lib_LTLIBRARIES = src/libzmq.la
|
||||
|
||||
include_HEADERS = \
|
||||
include/zmq.h
|
||||
include/zmq.h \
|
||||
include/zmq_utils.h
|
||||
|
||||
src_libzmq_la_SOURCES = \
|
||||
src/address.cpp \
|
||||
|
@ -28,3 +28,5 @@
|
||||
*/
|
||||
|
||||
/* This file is deprecated, and all its functionality provided by zmq.h */
|
||||
|
||||
#warning zmq_utils.h is deprecated. All its functionality is provided by zmq.h.
|
||||
|
@ -120,6 +120,7 @@ This package contains ZeroMQ related development libraries and header files.
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/zmq.h
|
||||
%{_includedir}/zmq_utils.h
|
||||
|
||||
%{_libdir}/libzmq.la
|
||||
%{_libdir}/libzmq.a
|
||||
|
Loading…
x
Reference in New Issue
Block a user