summaryrefslogtreecommitdiff
path: root/zmqd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'zmqd/Makefile.am')
-rw-r--r--zmqd/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/zmqd/Makefile.am b/zmqd/Makefile.am
new file mode 100644
index 0000000..32a657b
--- /dev/null
+++ b/zmqd/Makefile.am
@@ -0,0 +1,8 @@
+INCLUDES = -I$(top_srcdir)/include
+
+bin_PROGRAMS = zmqd
+
+zmqd_LDADD = $(top_builddir)/src/libzmq.la
+zmqd_SOURCES = zmqd.cpp
+
+