summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/Makefile1
-rw-r--r--main/json.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile b/main/Makefile
index 62ba555cc..9b825bd45 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -151,6 +151,7 @@ endif
db.o: _ASTCFLAGS+=$(SQLITE3_INCLUDE)
asterisk.o: _ASTCFLAGS+=$(LIBEDIT_INCLUDE)
cli.o: _ASTCFLAGS+=$(LIBEDIT_INCLUDE)
+json.o: _ASTCFLAGS+=$(JANSSON_INCLUDE)
ifneq ($(findstring ENABLE_UPLOADS,$(MENUSELECT_CFLAGS)),)
http.o: _ASTCFLAGS+=$(GMIME_INCLUDE)
diff --git a/main/json.c b/main/json.c
index b91707a8a..edffcc945 100644
--- a/main/json.c
+++ b/main/json.c
@@ -27,7 +27,6 @@
*/
/*** MODULEINFO
- <depend>jansson</depend>
<support_level>core</support_level>
***/