summaryrefslogtreecommitdiff
path: root/src/libmowgli/ext/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmowgli/ext/Makefile')
-rw-r--r--src/libmowgli/ext/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/libmowgli/ext/Makefile b/src/libmowgli/ext/Makefile
index d7466b6..1cb198f 100644
--- a/src/libmowgli/ext/Makefile
+++ b/src/libmowgli/ext/Makefile
@@ -8,14 +8,17 @@ SRCS = confparse.c \
getopt_long.c \
global_storage.c \
program_opts.c \
- proctitle.c
+ proctitle.c \
+ json.c
INCLUDES = confparse.h \
error_backtrace.h \
getopt_long.h \
global_storage.h \
program_opts.h \
- proctitle.h
+ proctitle.h \
+ json.h \
+ json-inline.h
include ../../../buildsys.mk