lib: fix mu-msg-json build

This commit is contained in:
Dirk-Jan C. Binnema 2021-01-03 18:41:17 +02:00
parent b1717751fa
commit 5b6634ea0b
1 changed files with 185 additions and 186 deletions

View File

@ -22,8 +22,7 @@ SUBDIRS= utils query
if HAVE_JSON_GLIB
json_srcs= \
mu-msg-json.c \
mu-msg-json.h
mu-msg-json.c
json_flag="-DHAVE_JSON_GLIB"
endif