diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-25 12:45:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-25 12:45:48 +0000 |
commit | fd8bf5f171a353ffb3a604c5c7a610b6a22f3dab (patch) | |
tree | 6b04a907c1743f1029bf755e9ca368e224139344 | |
parent | c9bc14a22200252884451a19fdaa2cb292b93645 (diff) |
the test suite http server is now automake'd
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 954244755..331212f85 100644 --- a/configure.in +++ b/configure.in @@ -601,6 +601,7 @@ AC_CONFIG_FILES([Makefile \ lib/Makefile \ tests/Makefile \ tests/data/Makefile \ + tests/server/Makefile \ packages/Makefile \ packages/Win32/Makefile \ packages/Win32/cygwin/Makefile \ |