From cfe0813b910f5f2a08efe9a5ccca4d083216a0c5 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sat, 29 Oct 2011 22:11:35 -0400 Subject: tweak configure/makefiles so we can build with or without ss --- clients/zctl/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'clients') diff --git a/clients/zctl/Makefile.in b/clients/zctl/Makefile.in index bf3c91e..105fe10 100644 --- a/clients/zctl/Makefile.in +++ b/clients/zctl/Makefile.in @@ -29,7 +29,8 @@ ALL_CFLAGS=${CFLAGS} -I${top_srcdir}/h -I${BUILDTOP}/h @X_CFLAGS@ ${CPPFLAGS} LDFLAGS=@LDFLAGS@ LIBS=${LIBZEPHYR} @SS_LIBS@ @LIBS@ -lcom_err -OBJS= zctl.o zctl_cmds.o +SS_OBJS=zctl_cmds.o +OBJS= zctl.o @SS_OBJS@ all: zctl -- cgit v1.2.3