From b5f75af6f983adce83da537d2cc0d3c6278efec4 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 14 Aug 2000 18:39:51 +0000 Subject: NT printer permissions test program. (This used to be commit 9af82423d2e5c6f873a906097a56c8ac6c5f8297) --- testsuite/printing/Makefile.psec | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 testsuite/printing/Makefile.psec (limited to 'testsuite/printing/Makefile.psec') diff --git a/testsuite/printing/Makefile.psec b/testsuite/printing/Makefile.psec new file mode 100644 index 0000000000..810bc57792 --- /dev/null +++ b/testsuite/printing/Makefile.psec @@ -0,0 +1,21 @@ +# +# Makefile for psec utility +# + +# +# NOTE: Samba must be configured with the --srcdir option before this Makefile +# will work: ./configure --srcdir=`pwd` +# +# Compile with: make -f Makefile.psec psec +# + +psec_default: psec + +include ../../source/Makefile + +PSEC_OBJ1 = $(LIB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(RPC_PARSE_OBJ) $(LIBSMB_OBJ) + +PSEC_OBJS = $(PSEC_OBJ1:%=$(srcdir)/%) + +psec: $(PSEC_OBJS) psec.o + $(CC) -o $@ psec.o $(PSEC_OBJS) -- cgit