aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-09-08 06:08:44 +0000
committerChristian Grothoff <christian@grothoff.org>2008-09-08 06:08:44 +0000
commit3e6d01aabeab07feb0cdb75c16cb5594eefcb6fd (patch)
treefb74bf3646fb634b02a2c10fad17c4dd45409bab
parenta2f10ca9bdb5bb68baf7db0dee45a93a054faa71 (diff)
downloadlibmicrohttpd-3e6d01aabeab07feb0cdb75c16cb5594eefcb6fd.tar.gz
libmicrohttpd-3e6d01aabeab07feb0cdb75c16cb5594eefcb6fd.zip
gone
-rw-r--r--src/daemon/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 05aa065c..b26c3df5 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -7,11 +7,8 @@ AM_CPPFLAGS = \
7-I$(top_srcdir)/src/daemon/https/lgl \ 7-I$(top_srcdir)/src/daemon/https/lgl \
8-I$(top_srcdir)/src/daemon/https/x509 \ 8-I$(top_srcdir)/src/daemon/https/x509 \
9-I$(top_srcdir)/src/daemon/https/minitasn1 \ 9-I$(top_srcdir)/src/daemon/https/minitasn1 \
10-I$(top_srcdir)/src/daemon/https/openpgp \
11-I$(top_srcdir)/src/daemon/https/opencdk \
12-I$(top_srcdir)/src/daemon/https/tls \ 10-I$(top_srcdir)/src/daemon/https/tls \
13-I$(top_srcdir)/src/daemon/https \ 11-I$(top_srcdir)/src/daemon/https \
14-I$(top_srcdir)/src/daemon/https/cfg \
15-I$(GCRYPT_CPPFLAGS) 12-I$(GCRYPT_CPPFLAGS)
16 13
17if HAVE_GNU_LD 14if HAVE_GNU_LD