summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-01-19 13:50:01 -0500
committerNalin Dahyabhai <nalin@redhat.com>2012-01-19 13:50:01 -0500
commit6c9995f7c958c942a94c1363e430a34753f7e9e0 (patch)
tree5c5553decee809563e0bc154590d35d59102a0b9 /tests
parent41aaa33d59e49818b073980c38ebef6d14c14ca3 (diff)
downloadslapi-nis-6c9995f7c958c942a94c1363e430a34753f7e9e0.tar.gz
slapi-nis-6c9995f7c958c942a94c1363e430a34753f7e9e0.tar.xz
slapi-nis-6c9995f7c958c942a94c1363e430a34753f7e9e0.zip
- don't make generating yp.h conditional
Diffstat (limited to 'tests')
-rw-r--r--tests/clients/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/clients/Makefile.am b/tests/clients/Makefile.am
index d52f6c8..b5326da 100644
--- a/tests/clients/Makefile.am
+++ b/tests/clients/Makefile.am
@@ -2,8 +2,6 @@ EXTRA_DIST = ypmaplist.py
AM_CFLAGS = @TIRPC_CFLAGS@ @RPC_CFLAGS@ -I../../yp
CLEANFILES = yp.h yp_xdr.c yp_clnt.c
-if CAN_TEST
-
noinst_PROGRAMS = yp ldifsort
BUILT_SOURCES = yp.h yp_clnt.c yp_xdr.c
yp_SOURCES = yp.c yp.h yp_clnt.c yp_xdr.c
@@ -18,5 +16,3 @@ yp_xdr.c: ../../yp/yp.x
yp_clnt.c: ../../yp/yp.x
$(RM) -f $@
$(RPCGEN) -l -o $@ $^
-
-endif