summaryrefslogtreecommitdiff
path: root/source4/nsswitch/config.mk
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2007-06-14 06:05:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:53:19 -0500
commitb163ab8008fb0280677f55c5e5b6e3fddb2e0254 (patch)
treed8a588148c04a422bdfda848d223159b7e92ddf3 /source4/nsswitch/config.mk
parent91adebe749beb0dc23cacaea316cb2b724776aad (diff)
downloadsamba-b163ab8008fb0280677f55c5e5b6e3fddb2e0254.tar.gz
samba-b163ab8008fb0280677f55c5e5b6e3fddb2e0254.tar.bz2
samba-b163ab8008fb0280677f55c5e5b6e3fddb2e0254.zip
r23481: As per metze's suggestion, move the nsstest files from torture/ to nsswitch/
(This used to be commit 4e7dc9eae4a30f67a87dbf8ccfda7f6a3ace114d)
Diffstat (limited to 'source4/nsswitch/config.mk')
-rw-r--r--source4/nsswitch/config.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/nsswitch/config.mk b/source4/nsswitch/config.mk
index 9723964a4b..4123194c23 100644
--- a/source4/nsswitch/config.mk
+++ b/source4/nsswitch/config.mk
@@ -3,3 +3,15 @@ VERSION = 0.0.1
SO_VERSION = 0
DESCRIPTION = Client library for communicating with winbind
OBJ_FILES = wb_common.o
+
+#################################
+# Start BINARY nsstest
+[BINARY::nsstest]
+INSTALLDIR = BINDIR
+OBJ_FILES = \
+ nsstest.o
+PRIVATE_DEPENDENCIES = \
+ LIBSAMBA-UTIL \
+ LIBREPLACE_EXT
+# End BINARY nsstest
+#################################