summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2010-11-11 08:15:49 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-11-15 09:18:21 +0100
commitfdae51287cf55a039f3401ed92151dbf518e4e7f (patch)
tree9a3bd5c3701da090b444b70770c941bdcce47058 /src/Makefile.am
parent015bf559444edd9e7c524e951aad183fdaab9156 (diff)
downloadopenocd+libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.tar.gz
openocd+libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.tar.bz2
openocd+libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.tar.xz
openocd+libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.zip
httpd: retire this server
this never panned out and there are enough mistakes in the code that probably nobody used this. Use the tcl server and implement a standalone http app instead works fine. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b54161c8..19a0ba96 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -101,10 +101,6 @@ libopenocd_la_LIBADD = \
$(top_builddir)/src/helper/libhelper.la \
$(FTDI2232LIB) $(MINGWLDADD) $(LIBUSB)
-if HTTPD
-libopenocd_la_LIBADD += -lmicrohttpd
-endif
-
STARTUP_TCL_SRCS = \
$(srcdir)/helper/startup.tcl \
$(srcdir)/jtag/startup.tcl \