0
0
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:
Min RK 2016-02-18 10:27:21 +01:00
parent b20259809d
commit d5b66295d4
4 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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.

View File

@ -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