diff options
author | Karl Ramm <kcr@1ts.org> | 2011-10-29 22:11:35 -0400 |
---|---|---|
committer | Karl Ramm <kcr@1ts.org> | 2011-10-29 22:11:35 -0400 |
commit | cfe0813b910f5f2a08efe9a5ccca4d083216a0c5 (patch) | |
tree | bde6f95ed9c6eed31e7e411b21ad08726fd04bb7 /clients | |
parent | 5ed89738ffdb2065e7e0a2a002763eb9b1d5ea4e (diff) |
tweak configure/makefiles so we can build with or without ss
Diffstat (limited to 'clients')
-rw-r--r-- | clients/zctl/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |