summaryrefslogtreecommitdiff
path: root/nuttx/netutils/thttpd/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-11 15:15:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-11 15:15:35 +0000
commit2d54b109f67af610357159607ab41f6919ce1b94 (patch)
tree895cee80ccf7050f361cd260c3737942311f1c53 /nuttx/netutils/thttpd/Make.defs
parentded24f77f6c906ded017b80ccf95755e454af674 (diff)
downloadpx4-nuttx-2d54b109f67af610357159607ab41f6919ce1b94.tar.gz
px4-nuttx-2d54b109f67af610357159607ab41f6919ce1b94.tar.bz2
px4-nuttx-2d54b109f67af610357159607ab41f6919ce1b94.zip
Add memory debug support to THTTPD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2033 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/netutils/thttpd/Make.defs')
-rw-r--r--nuttx/netutils/thttpd/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/netutils/thttpd/Make.defs b/nuttx/netutils/thttpd/Make.defs
index a80d36abf..532ab4719 100644
--- a/nuttx/netutils/thttpd/Make.defs
+++ b/nuttx/netutils/thttpd/Make.defs
@@ -34,5 +34,5 @@
############################################################################
THTTPD_ASRCS =
-THTTPD_CSRCS = thttpd.c libhttpd.c timers.c fdwatch.c tdate_parse.c
+THTTPD_CSRCS = thttpd.c libhttpd.c httpd_alloc.c timers.c fdwatch.c tdate_parse.c