summaryrefslogtreecommitdiffstats
path: root/testsuite/printing/Makefile.psec
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-12-08 02:59:49 +0000
committerTim Potter <tpot@samba.org>2000-12-08 02:59:49 +0000
commit7b896697d134eb4fad1ceef5cdd2dab2b5980187 (patch)
tree710bb4adbd6019598019b3cd47aa39ec4bf8c4b1 /testsuite/printing/Makefile.psec
parent6d3bd1d80635d91e9590bcf093662259090ea6da (diff)
downloadsamba-7b896697d134eb4fad1ceef5cdd2dab2b5980187.tar.gz
samba-7b896697d134eb4fad1ceef5cdd2dab2b5980187.tar.xz
samba-7b896697d134eb4fad1ceef5cdd2dab2b5980187.zip
Compile fixes for changes in make_sec_desc() interface.
Diffstat (limited to 'testsuite/printing/Makefile.psec')
-rw-r--r--testsuite/printing/Makefile.psec5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/printing/Makefile.psec b/testsuite/printing/Makefile.psec
index 810bc57792b..1410c9e0099 100644
--- a/testsuite/printing/Makefile.psec
+++ b/testsuite/printing/Makefile.psec
@@ -13,9 +13,10 @@ psec_default: psec
include ../../source/Makefile
-PSEC_OBJ1 = $(LIB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(RPC_PARSE_OBJ) $(LIBSMB_OBJ)
+PSEC_OBJ1 = $(LIB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(RPC_PARSE_OBJ) \
+ $(LIBSMB_OBJ) $(PASSDB_OBJ) $(RPC_CLIENT_OBJ)
PSEC_OBJS = $(PSEC_OBJ1:%=$(srcdir)/%)
psec: $(PSEC_OBJS) psec.o
- $(CC) -o $@ psec.o $(PSEC_OBJS)
+ $(CC) -o $@ psec.o $(PSEC_OBJS) $(LIBS)