Skip to content

Commit

Permalink
Makefile: remove zk_control from install programs
Browse files Browse the repository at this point in the history
Signed-off-by: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
Signed-off-by: Liu Yuan <namei.unix@gmail.com>
  • Loading branch information
kazum authored and liuy committed Aug 15, 2013
1 parent eb589bb commit a47ad26
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/Makefile.am
@@ -1,13 +1,11 @@
MAINTAINERCLEANFILES = Makefile.in

sbin_PROGRAMS =
noinst_PROGRAMS =

if BUILD_ZOOKEEPER
sbin_PROGRAMS += zk_control
noinst_PROGRAMS += zk_control

zk_control_SOURCES = zk_control.c

zk_control_LDADD = -lzookeeper_mt
endif

noinst_PROGRAMS = $(sbin_PROGRAMS)

0 comments on commit a47ad26

Please sign in to comment.