diff options
author | malosek <malosek@fastmq.com> | 2009-09-15 09:44:44 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-09-15 09:44:44 +0200 |
commit | 364281343ce0fd03b25bc6b1b451ee7ba8db436b (patch) | |
tree | 32cd09900e2ecdc31d6a8f2a47a68fe128980169 /devices/forwarder/Makefile.am | |
parent | bdf22e9c2fe82366283f4edc02fd59c37fdb2c4b (diff) | |
parent | f7ad4a203ad184d97002111f4ffb8bfe6a8f7c01 (diff) |
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'devices/forwarder/Makefile.am')
-rw-r--r-- | devices/forwarder/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devices/forwarder/Makefile.am b/devices/forwarder/Makefile.am new file mode 100644 index 0000000..63230c4 --- /dev/null +++ b/devices/forwarder/Makefile.am @@ -0,0 +1,9 @@ +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 + + |