Add libhttpd.c

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1978 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-07-12 16:45:27 +00:00
parent 49a834785b
commit 93e34db926
6 changed files with 4564 additions and 101 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ SUBDIRS = cgi-src
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = thttpd.c
CSRCS = thttpd.c libhttpd.c
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)