libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit bcc8e2ae2f03a636ad3230ac2c5f8bda007c1a9f
parent 12d00e74a78e786b62612557a98f6713e6735b55
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 29 Mar 2013 15:49:05 +0000

-renaming for consistency

Diffstat:
Msrc/daemon/Makefile.am | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am @@ -60,12 +60,12 @@ endif check_PROGRAMS = \ - daemon_test + test_daemon if HAVE_POSTPROCESSOR check_PROGRAMS += \ - postprocessor_test \ - postprocessor_large_test \ + test_postprocessor \ + test_postprocessor_large \ test_postprocessor_amp endif