summaryrefslogtreecommitdiff
path: root/source4/utils/config.mk
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-09-24 12:41:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:11 -0500
commitdf99e4bb3751560eb74a4a923c4d7510926f5d71 (patch)
treea2ccacf95f3ffbbadaf049dcb23ed034625269cd /source4/utils/config.mk
parent9dd6674a6c9d8f2f3986b7adb9e7122d0098b5a8 (diff)
downloadsamba-df99e4bb3751560eb74a4a923c4d7510926f5d71.tar.gz
samba-df99e4bb3751560eb74a4a923c4d7510926f5d71.tar.bz2
samba-df99e4bb3751560eb74a4a923c4d7510926f5d71.zip
r2597: A small program that takes SID strings on stdin and produces a marshalled
lsa_SidArray on stdout. (This used to be commit d7d8a7ffc66cf6f78f11e8aed975d746c7a520a3)
Diffstat (limited to 'source4/utils/config.mk')
-rw-r--r--source4/utils/config.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/source4/utils/config.mk b/source4/utils/config.mk
index 0860e89ea3..7a773ad602 100644
--- a/source4/utils/config.mk
+++ b/source4/utils/config.mk
@@ -67,3 +67,17 @@ REQUIRED_SUBSYSTEMS = \
LIBRPC
# End BINARY setntacl
#################################
+
+#################################
+# Start BINARY setnttoken
+[BINARY::setnttoken]
+OBJ_FILES = \
+ utils/setnttoken.o
+REQUIRED_SUBSYSTEMS = \
+ CONFIG \
+ LIBCMDLINE \
+ LIBBASIC \
+ LIBSMB \
+ LIBRPC
+# End BINARY setnttoken
+#################################