aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/x509
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/x509
parent1cd7c174797f65098c6c3048564634cbe6c3bb9f (diff)
downloadlibmicrohttpd-04c37e5bd7a82f60127b64338cf37c470ca93e12.tar.gz
libmicrohttpd-04c37e5bd7a82f60127b64338cf37c470ca93e12.zip
fixed some memory leaks
removed includes dir
Diffstat (limited to 'src/daemon/https/x509')
-rw-r--r--src/daemon/https/x509/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/x509/Makefile.am b/src/daemon/https/x509/Makefile.am
index 6121dd51..2bdb5799 100644
--- a/src/daemon/https/x509/Makefile.am
+++ b/src/daemon/https/x509/Makefile.am
@@ -1,7 +1,7 @@
1 1
2AM_CPPFLAGS = \ 2AM_CPPFLAGS = \
3-I$(top_srcdir)/src/include \ 3-I$(top_srcdir)/src/include \
4-I$(top_srcdir)/src/daemon/https/includes \ 4-I$(top_srcdir)/src/daemon/https \
5-I$(top_srcdir)/src/daemon/https/minitasn1 \ 5-I$(top_srcdir)/src/daemon/https/minitasn1 \
6-I$(top_srcdir)/src/daemon/https/lgl \ 6-I$(top_srcdir)/src/daemon/https/lgl \
7-I$(top_srcdir)/src/daemon/https/x509 \ 7-I$(top_srcdir)/src/daemon/https/x509 \