Moved httpd files to separate dir

v0.9.0
Jindra Dolezy 10 years ago
parent c3f3cbcf9c
commit 546056695c
  1. 2
      Makefile
  2. 0
      httpd/auth.c
  3. 0
      httpd/auth.h
  4. 0
      httpd/base64.c
  5. 0
      httpd/base64.h
  6. 0
      httpd/httpd.c
  7. 0
      httpd/httpd.h
  8. 0
      httpd/httpdespfs.c
  9. 0
      httpd/httpdespfs.h

@ -30,7 +30,7 @@ TARGET = httpd
# which modules (subdirectories) of the project to include in compiling # which modules (subdirectories) of the project to include in compiling
#MODULES = driver user lwip/api lwip/app lwip/core lwip/core/ipv4 lwip/netif #MODULES = driver user lwip/api lwip/app lwip/core lwip/core/ipv4 lwip/netif
MODULES = espfs user MODULES = espfs httpd user
EXTRA_INCDIR = include \ EXTRA_INCDIR = include \
. \ . \
lib/heatshrink/ lib/heatshrink/

Loading…
Cancel
Save