summaryrefslogtreecommitdiffstats
path: root/tests/clients
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2009-04-30 12:25:14 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2009-04-30 12:25:14 -0400
commite987275ecd07e8eaf2a41929afce529e0a9745bc (patch)
treea84d1a2d12386bf188dc6735884113a9984f98a0 /tests/clients
parentd3096bcee930b107b9317f717859785aacc7b30b (diff)
downloadslapi-nis-e987275ecd07e8eaf2a41929afce529e0a9745bc.tar.gz
slapi-nis-e987275ecd07e8eaf2a41929afce529e0a9745bc.tar.xz
slapi-nis-e987275ecd07e8eaf2a41929afce529e0a9745bc.zip
- handle includedir!=parent-of-parent-of-directory-with-yp.x
Diffstat (limited to 'tests/clients')
-rw-r--r--tests/clients/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/clients/Makefile.am b/tests/clients/Makefile.am
index ecc6a82..df0f0b9 100644
--- a/tests/clients/Makefile.am
+++ b/tests/clients/Makefile.am
@@ -4,7 +4,7 @@ if CAN_TEST
noinst_PROGRAMS = yp ldifsort
yp_SOURCES = yp.c yp_clnt.c
yp_LDADD = @TIRPC_LIBS@ @RPC_LIBS@
-yp_clnt.c: $(includedir)/rpcsvc/yp.x
+yp_clnt.c: @yp_x_include_dir@/rpcsvc/yp.x
$(RPCGEN) -l $< > $@
CLEANFILES = yp_clnt.c
endif