diff options
| author | Alexander Barton <alex@barton.de> | 2004-09-08 09:40:51 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2004-09-08 09:40:51 +0000 |
| commit | ceafdf109b724d1c5640a3f437c2ef6c7492289b (patch) | |
| tree | e9cd8e1d9acf1231d4e935168859c92aa7be88cd /src/testsuite | |
| parent | 450251f082e0d9b4b1cbdf803e061ca5b5fcf9ab (diff) | |
| download | ngircd-ceafdf109b724d1c5640a3f437c2ef6c7492289b.tar.gz ngircd-ceafdf109b724d1c5640a3f437c2ef6c7492289b.zip | |
Added functions.inc to EXTRA_DIST files.
Diffstat (limited to 'src/testsuite')
| -rw-r--r-- | src/testsuite/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testsuite/Makefile.am b/src/testsuite/Makefile.am index 81d6c11a..77138785 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.13 2004/09/06 20:35:28 alex Exp $ +# $Id: Makefile.am,v 1.14 2004/09/08 09:40:51 alex Exp $ # AUTOMAKE_OPTIONS = ../portab/ansi2knr @@ -17,7 +17,7 @@ AUTOMAKE_OPTIONS = ../portab/ansi2knr INCLUDES = -I$(srcdir)/../portab EXTRA_DIST = \ - README getpid.sh \ + README functions.inc getpid.sh \ start-server.sh stop-server.sh tests.sh stress-server.sh \ test-loop.sh wait-tests.sh \ connect-test.e channel-test.e mode-test.e \ |