diff options
| author | Alexander Barton <alex@barton.de> | 2002-09-20 15:39:24 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-09-20 15:39:24 +0000 |
| commit | 06cb16580e981338dc6d4c5f49d2bf18a5088082 (patch) | |
| tree | 197c040376e6f5c319251dcdc0b9039878bb09e9 /src | |
| parent | 2b690fff7882704b75727264b3416692fe88125e (diff) | |
| download | ngircd-06cb16580e981338dc6d4c5f49d2bf18a5088082.tar.gz ngircd-06cb16580e981338dc6d4c5f49d2bf18a5088082.zip | |
- getpid.sh wird nun auf bei "make distcheck" gefunden.
Diffstat (limited to 'src')
| -rw-r--r-- | src/testsuite/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testsuite/Makefile.am b/src/testsuite/Makefile.am index 831d2583..b678e108 100644 --- a/src/testsuite/Makefile.am +++ b/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.7 2002/09/20 15:12:42 alex Exp $ +# $Id: Makefile.am,v 1.8 2002/09/20 15:39:24 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 |