summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/examples/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-10-15 01:04:27 +0200
committerGünther Deschner <gd@samba.org>2009-10-16 10:54:55 +0200
commita85799d5db9e8dcbb6f12299dc5ff31485c0617f (patch)
treeb296c0cb9d569f10e424eb03d86a7b1553854ce4 /source3/lib/netapi/examples/Makefile.in
parentca19ffde80df80aa8a58b0ad141e712f3f60ad81 (diff)
downloadsamba-a85799d5db9e8dcbb6f12299dc5ff31485c0617f.tar.gz
samba-a85799d5db9e8dcbb6f12299dc5ff31485c0617f.tar.bz2
samba-a85799d5db9e8dcbb6f12299dc5ff31485c0617f.zip
s3-libnetapi: add nltest tool.
Guenther
Diffstat (limited to 'source3/lib/netapi/examples/Makefile.in')
-rw-r--r--source3/lib/netapi/examples/Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/source3/lib/netapi/examples/Makefile.in b/source3/lib/netapi/examples/Makefile.in
index b09e2f7d94..4e921b6555 100644
--- a/source3/lib/netapi/examples/Makefile.in
+++ b/source3/lib/netapi/examples/Makefile.in
@@ -67,7 +67,8 @@ PROGS = bin/getdc@EXEEXT@ \
bin/shutdown_init@EXEEXT@ \
bin/shutdown_abort@EXEEXT@ \
bin/netlogon_control@EXEEXT@ \
- bin/netlogon_control2@EXEEXT@
+ bin/netlogon_control2@EXEEXT@ \
+ bin/nltest@EXEEXT@
all: $(PROGS)
@@ -147,6 +148,7 @@ SHUTDOWNINIT_OBJ = shutdown/shutdown_init.o $(CMDLINE_OBJ)
SHUTDOWNABORT_OBJ = shutdown/shutdown_abort.o $(CMDLINE_OBJ)
NETLOGONCONTROL_OBJ = netlogon/netlogon_control.o $(CMDLINE_OBJ)
NETLOGONCONTROL2_OBJ = netlogon/netlogon_control2.o $(CMDLINE_OBJ)
+NLTEST_OBJ = netlogon/nltest.o $(CMDLINE_OBJ)
bin/getdc@EXEEXT@: $(BINARY_PREREQS) $(GETDC_OBJ)
@echo Linking $@
@@ -352,6 +354,10 @@ bin/netlogon_control2@EXEEXT@: $(BINARY_PREREQS) $(NETLOGONCONTROL2_OBJ)
@echo Linking $@
@$(CC) $(CCFLAGS) -o $@ $(NETLOGONCONTROL2_OBJ) $(LDFLAGS) $(DYNEXP) $(CMDLINE_LIBS)
+bin/nltest@EXEEXT@: $(BINARY_PREREQS) $(NLTEST_OBJ)
+ @echo Linking $@
+ @$(CC) $(CCFLAGS) -o $@ $(NLTEST_OBJ) $(LDFLAGS) $(DYNEXP) $(CMDLINE_LIBS)
+
clean:
-rm -f $(PROGS)
-rm -f core */*~ *~ \