summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2003-04-04 03:27:02 +0000
committerMartin Pool <mbp@samba.org>2003-04-04 03:27:02 +0000
commit92a24ce87e4f14de0f82c2c78b4245dadc3255c8 (patch)
tree3cf0798385680a6adb9e91e61c7873f8eddfc70f /source3/Makefile.in
parent2323b1b52d78946ba6dd1221775f73aa80f57505 (diff)
downloadsamba-92a24ce87e4f14de0f82c2c78b4245dadc3255c8.tar.gz
samba-92a24ce87e4f14de0f82c2c78b4245dadc3255c8.tar.bz2
samba-92a24ce87e4f14de0f82c2c78b4245dadc3255c8.zip
t_doschar: Test harness that exercises check_dos_char()
(This used to be commit 9518712516816b9e18d0fc4605fcd147ac088daa)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 7c810678c1..84b13e0767 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1001,6 +1001,8 @@ bin/t_strcmp@EXEEXT@: bin/libbigballofmud.@SHLIBEXT@ torture/t_strcmp.o
bin/t_stringoverflow@EXEEXT@: bin/libbigballofmud.@SHLIBEXT@ torture/t_stringoverflow.o
$(CC) $(FLAGS) -o $@ torture/t_stringoverflow.o -L./bin -lbigballofmud
+bin/t_doschar@EXEEXT@: bin/libbigballofmud.@SHLIBEXT@ torture/t_doschar.o
+ $(CC) $(FLAGS) -o $@ $(LIBS) torture/t_doschar.o -L ./bin -lbigballofmud
install: installbin installman installscripts installdat installswat
install-everything: install installmodules