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, 0 insertions, 8 deletions
diff --git a/zmqd/Makefile.am b/zmqd/Makefile.am
deleted file mode 100644
index 32a657b..0000000
--- a/zmqd/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/include
-
-bin_PROGRAMS = zmqd
-
-zmqd_LDADD = $(top_builddir)/src/libzmq.la
-zmqd_SOURCES = zmqd.cpp
-
-