aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/Makefile.am
diff options
context:
space:
mode:
authorlv-426 <oxcafebaby@yahoo.com>2008-07-18 03:53:27 +0000
committerlv-426 <oxcafebaby@yahoo.com>2008-07-18 03:53:27 +0000
commit04c37e5bd7a82f60127b64338cf37c470ca93e12 (patch)
treee602f345000a692993ac38a7109d1ffaa67ce3b7 /src/daemon/https/tls/Makefile.am
parent1cd7c174797f65098c6c3048564634cbe6c3bb9f (diff)
downloadlibmicrohttpd-04c37e5bd7a82f60127b64338cf37c470ca93e12.tar.gz
libmicrohttpd-04c37e5bd7a82f60127b64338cf37c470ca93e12.zip
fixed some memory leaks
removed includes dir
Diffstat (limited to 'src/daemon/https/tls/Makefile.am')
-rw-r--r--src/daemon/https/tls/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/tls/Makefile.am b/src/daemon/https/tls/Makefile.am
index 63cbaabe..11e70592 100644
--- a/src/daemon/https/tls/Makefile.am
+++ b/src/daemon/https/tls/Makefile.am
@@ -3,12 +3,12 @@ SUBDIRS = .
3AM_CPPFLAGS = \ 3AM_CPPFLAGS = \
4-I$(top_srcdir)/src/include \ 4-I$(top_srcdir)/src/include \
5-I$(top_srcdir)/src/daemon/ \ 5-I$(top_srcdir)/src/daemon/ \
6-I$(top_srcdir)/src/daemon/https \
6-I$(top_srcdir)/src/daemon/https/tls \ 7-I$(top_srcdir)/src/daemon/https/tls \
7-I$(top_srcdir)/src/daemon/https/lgl \ 8-I$(top_srcdir)/src/daemon/https/lgl \
8-I$(top_srcdir)/src/daemon/https/x509 \ 9-I$(top_srcdir)/src/daemon/https/x509 \
9-I$(top_srcdir)/src/daemon/https/openpgp \ 10-I$(top_srcdir)/src/daemon/https/openpgp \
10-I$(top_srcdir)/src/daemon/https/opencdk \ 11-I$(top_srcdir)/src/daemon/https/opencdk \
11-I$(top_srcdir)/src/daemon/https/includes \
12-I$(GCRYPT_CPPFLAGS) 12-I$(GCRYPT_CPPFLAGS)
13 13
14noinst_LTLIBRARIES = libtls.la 14noinst_LTLIBRARIES = libtls.la