summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-21 15:33:14 +0000
committerStefan Metzmacher <metze@samba.org>2006-03-21 15:33:14 +0000
commita13dc58cfeafbf91613c4bf63fadc54ce0d721bb (patch)
treeab78246c4c27dc447514229f5ba551c4e4e8a319 /source/Makefile.in
parentc59d3c793cb403b863740452f646209941f5f1ea (diff)
downloadsamba-a13dc58cfeafbf91613c4bf63fadc54ce0d721bb.tar.gz
samba-a13dc58cfeafbf91613c4bf63fadc54ce0d721bb.tar.xz
samba-a13dc58cfeafbf91613c4bf63fadc54ce0d721bb.zip
r14624: - add timelimit.c
- add configure tests --with-selftest-prefix=/tmp/samba-test this is needed because the path name of unix socket can only be 108 chars long - add configure test --with-smbtorture4-path=/home/foo/prefix/samba4/bin/smbtorture this will be used to run samba4's smbtorture inside samba3's make test later metze
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index e413c8cafbb..c47af0ebe98 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -11,6 +11,9 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
+selftest_prefix=@selftest_prefix@
+smbtorture4_path=@smbtorture4_path@
+
LIBS=@LIBS@
CC=@CC@
SHLD=@SHLD@
@@ -1405,6 +1408,10 @@ bin/t_push_ucs2@EXEEXT@: bin/libbigballofmud.@SHLIBEXT@ torture/t_push_ucs2.o
bin/t_snprintf@EXEEXT@: lib/snprintf.c
$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) -DTEST_SNPRINTF lib/snprintf.c -lm
+
+bin/timelimit@EXEEXT@: script/tests/timelimit.c
+ $(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) script/tests/timelimit.c
+
install: installservers installbin @INSTALL_CIFSMOUNT@ installman installscripts installdat installswat installmodules @INSTALL_LIBSMBCLIENT@ @INSTALL_LIBMSRPC@
install-everything: install installmodules