summaryrefslogtreecommitdiff
path: root/testsuite/printing/Makefile.psec
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-08-14 18:39:51 +0000
committerTim Potter <tpot@samba.org>2000-08-14 18:39:51 +0000
commitb5f75af6f983adce83da537d2cc0d3c6278efec4 (patch)
treecd79ade0460579b9cdeeb8f700a1c390335deb3e /testsuite/printing/Makefile.psec
parent83424f676e56bf7a5a83a64c841a04a12655d00c (diff)
downloadsamba-b5f75af6f983adce83da537d2cc0d3c6278efec4.tar.gz
samba-b5f75af6f983adce83da537d2cc0d3c6278efec4.tar.bz2
samba-b5f75af6f983adce83da537d2cc0d3c6278efec4.zip
NT printer permissions test program.
(This used to be commit 9af82423d2e5c6f873a906097a56c8ac6c5f8297)
Diffstat (limited to 'testsuite/printing/Makefile.psec')
-rw-r--r--testsuite/printing/Makefile.psec21
1 files changed, 21 insertions, 0 deletions
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)