summaryrefslogtreecommitdiff
path: root/source4/utils/config.mk
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-04-30 08:38:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:22 -0500
commit77255b7f9c5204c8ced541730562e028772b5d35 (patch)
tree10176b48289f4b648e8958a7dab15a23d0954aeb /source4/utils/config.mk
parent6b6bb89c91d412ef7d8c355fdd005de228af62c2 (diff)
downloadsamba-77255b7f9c5204c8ced541730562e028772b5d35.tar.gz
samba-77255b7f9c5204c8ced541730562e028772b5d35.tar.bz2
samba-77255b7f9c5204c8ced541730562e028772b5d35.zip
r6527: Resurrect getntacl utility program. At the moment we only display the
output of ndr_print_xattr_NTACL() to stdout. (This used to be commit b32c159c384c988385f13bbb16e610d825820e18)
Diffstat (limited to 'source4/utils/config.mk')
-rw-r--r--source4/utils/config.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/source4/utils/config.mk b/source4/utils/config.mk
index 0d220c7c60..4cf807e2d7 100644
--- a/source4/utils/config.mk
+++ b/source4/utils/config.mk
@@ -83,3 +83,18 @@ REQUIRED_SUBSYSTEMS = \
LIB_SECURITY_NDR
# End BINARY nmblookup
#################################
+
+#################################
+# Start BINARY getnacl
+[BINARY::getntacl]
+OBJ_FILES = \
+ utils/getntacl.o
+REQUIRED_SUBSYSTEMS = \
+ CONFIG \
+ LIBBASIC \
+ LIBTALLOC \
+ NDR_XATTR \
+ LIB_SECURITY \
+ NDR_MISC
+# End BINARY getntacl
+#################################