From 5e7b46e8800ab4647ac7596e8f3b512b955b54bc Mon Sep 17 00:00:00 2001 From: Kyle Brenneman Date: Tue, 30 Aug 2016 14:08:01 -0600 Subject: [PATCH] utils: Add cJSON.h to noinst_HEADERS. --- src/util/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/Makefile.am b/src/util/Makefile.am index d4634d8..f031ae9 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -4,7 +4,8 @@ noinst_HEADERS = \ glvnd_pthread.h \ app_error_check.h \ winsys_dispatch.h \ - trace.h + trace.h \ + cJSON.h EXTRA_DIST = uthash cJSON