diff options
author | Tim Potter <tpot@samba.org> | 2000-12-08 02:59:49 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-12-08 02:59:49 +0000 |
commit | 00ac8b37089f3315a9de28de5d585f2605356fb4 (patch) | |
tree | 3bd57dc24bfcf74e486a1845ddb2c974593b747d /testsuite/printing/Makefile.psec | |
parent | 2e79da814da91f9682b73aa1e3285f1be4aa05b0 (diff) | |
download | samba-00ac8b37089f3315a9de28de5d585f2605356fb4.tar.gz samba-00ac8b37089f3315a9de28de5d585f2605356fb4.tar.xz samba-00ac8b37089f3315a9de28de5d585f2605356fb4.zip |
Compile fixes for changes in make_sec_desc() interface.
(This used to be commit 7b896697d134eb4fad1ceef5cdd2dab2b5980187)
Diffstat (limited to 'testsuite/printing/Makefile.psec')
-rw-r--r-- | testsuite/printing/Makefile.psec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/printing/Makefile.psec b/testsuite/printing/Makefile.psec index 810bc57792..1410c9e009 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) |