libmicrohttpd

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

commit 4c9a5b050133b195e6db01b331da77284f6e944e
parent 72ab6478d6d36d187b7a7cd5160c45c21e89d807
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  2 Jul 2008 01:22:49 +0000

better

Diffstat:
Msrc/testcurl/Makefile.am | 2+-
Msrc/testcurl/https/Makefile.am | 4+---
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = https . +SUBDIRS = . https AM_CPPFLAGS = \ -I$(top_srcdir)/src/daemon \ diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . +SUBDIRS = . AM_CPPFLAGS = -ggdb \ -I$(top_srcdir)/src/daemon \ @@ -14,4 +14,3 @@ daemon_https_test_get_SOURCES = \ daemon_https_test_get_LDADD = \ $(top_builddir)/src/daemon/libmicrohttpd.la \ @LIBCURL@ - -\ No newline at end of file