commit 462540e079f438934a6cf7a026a2496d81cf76ea from: Alexander Barton date: Fri Sep 20 15:39:55 2002 UTC - getpid.sh wird nun auch bei "make distcheck" gefunden. commit - 7721c797470b6594265e8e2f1684c0cc7dad18b4 commit + 462540e079f438934a6cf7a026a2496d81cf76ea blob - fd79811ac57ab076c9ea8bab4318e44ff23711dd blob + b57f82b78f73d45e470e6bbb48245355390a83e9 --- src/testsuite/Makefile.am +++ src/testsuite/Makefile.am @@ -9,7 +9,7 @@ # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # -# $Id: Makefile.am,v 1.3.2.1 2002/09/20 15:18:56 alex Exp $ +# $Id: Makefile.am,v 1.3.2.2 2002/09/20 15:39:55 alex Exp $ # AUTOMAKE_OPTIONS = ../portab/ansi2knr @@ -34,6 +34,7 @@ check_SCRIPTS = ngircd-TEST-Binary tests.sh ngircd-TEST-Binary: cp ../ngircd/ngircd ngircd-TEST + [ -f getpid.sh ] || ln -s $(srcdir)/getpid.sh . connect-test: tests.sh ln -s $(srcdir)/tests.sh connect-test