mirror of
https://github.com/zeromq/libzmq.git
synced 2025-06-13 01:15:04 +02:00
forwarder renamed to zmq_forwarder
This commit is contained in:
parent
f7ad4a203a
commit
35e82b4605
@ -491,7 +491,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 src/libzmq.pc \
|
perf/python/Makefile perf/ruby/Makefile perf/java/Makefile src/libzmq.pc \
|
||||||
devices/Makefile devices/forwarder/Makefile)
|
devices/Makefile devices/zmq_forwarder/Makefile)
|
||||||
|
|
||||||
AC_MSG_RESULT([])
|
AC_MSG_RESULT([])
|
||||||
AC_MSG_RESULT([ ******************************************************** ])
|
AC_MSG_RESULT([ ******************************************************** ])
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
if BUILD_FORWARDER
|
if BUILD_FORWARDER
|
||||||
FORWARDER_DIR = forwarder
|
FORWARDER_DIR = zmq_forwarder
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = $(FORWARDER_DIR)
|
SUBDIRS = $(FORWARDER_DIR)
|
||||||
DIST_SUBDIRS = forwarder
|
DIST_SUBDIRS = zmq_forwarder
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
INCLUDES = -I$(top_builddir)/c -I$(top_builddir)/cpp
|
|
||||||
|
|
||||||
bin_PROGRAMS = forwarder
|
|
||||||
|
|
||||||
forwarder_LDADD = $(top_builddir)/src/libzmq.la
|
|
||||||
forwarder_SOURCES = forwarder.cpp
|
|
||||||
forwarder_CXXFLAGS = -Wall -pedantic -Werror
|
|
||||||
|
|
||||||
|
|
9
devices/zmq_forwarder/Makefile.am
Normal file
9
devices/zmq_forwarder/Makefile.am
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
INCLUDES = -I$(top_builddir)/c -I$(top_builddir)/cpp
|
||||||
|
|
||||||
|
bin_PROGRAMS = zmq_forwarder
|
||||||
|
|
||||||
|
zmq_forwarder_LDADD = $(top_builddir)/src/libzmq.la
|
||||||
|
zmq_forwarder_SOURCES = zmq_forwarder.cpp
|
||||||
|
zmq_forwarder_CXXFLAGS = -Wall -pedantic -Werror
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user