diff options
author | Martin Pool <mbp@samba.org> | 2003-04-04 03:09:42 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-04-04 03:09:42 +0000 |
commit | 54f4df0301f21c91218abf6f17cae097e755fd7f (patch) | |
tree | 918e762cf4d31390a99706d4bb56a643a56c89e4 /source/Makefile.in | |
parent | 346c763fd1f5d7ef51ca3f748a276d9982275bfe (diff) | |
download | samba-54f4df0301f21c91218abf6f17cae097e755fd7f.tar.gz |
t_doschar: Test harness that exercises check_dos_char()
Diffstat (limited to 'source/Makefile.in')
-rw-r--r-- | source/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 5143c6fc11b..fa94c582e0e 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1090,6 +1090,9 @@ 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 installmodules installclientlib # DESTDIR is used here to prevent packagers wasting their time |