mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
forwarder renamed to zmq_forwarder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
if BUILD_FORWARDER
|
||||
FORWARDER_DIR = forwarder
|
||||
FORWARDER_DIR = zmq_forwarder
|
||||
endif
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user