summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
authorroot <root@ka-ata-killa.ourano.james.local>2021-03-20 19:37:18 +0000
committerroot <root@ka-ata-killa.ourano.james.local>2021-03-20 19:37:18 +0000
commit8c8218f878609af4719252d16ac0f42bccd9ba5b (patch)
tree3efcff988ae500c028868ab547979fd9f56dd5fa /app/Makefile
parentf211fe6461aae73f5ffdbe58961dbe3dd1309854 (diff)
downloadclock-8c8218f878609af4719252d16ac0f42bccd9ba5b.tar.gz
clock-8c8218f878609af4719252d16ac0f42bccd9ba5b.tar.bz2
clock-8c8218f878609af4719252d16ac0f42bccd9ba5b.zip
add mdns responder
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile
index 50ac75f..224f182 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -47,7 +47,8 @@ LWIP_API= \
LWIP_APPS= \
$(LWIPDIR)/apps/http/fs.c \
- $(LWIPDIR)/apps/http/httpd.c
+ $(LWIPDIR)/apps/http/httpd.c \
+ $(MDNSFILES)
# $(LWIPDIR)/apps/http/http_client.c \