summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-05-09 13:56:44 +0200
committerThomas Haller <thaller@redhat.com>2019-05-23 18:09:49 +0200
commitf84e623732481ce82bf48f550f133d6b94af9f66 (patch)
treea2852f77a893df81e1d96f8a68322fd5e2c6bf02 /Makefile.am
parentf5482013ac188cb480db0be7a9f382fc7d10d4cc (diff)
downloadNetworkManager-f84e623732481ce82bf48f550f133d6b94af9f66.tar.gz
shared: add "shared/nm-glib-aux/nm-json-aux.h"
This will be a set of JSON related utilities, that are independent of libjansson.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0de6959d09..da6a222a9a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -343,6 +343,8 @@ shared_nm_glib_aux_libnm_glib_aux_la_SOURCES = \
shared/nm-glib-aux/nm-io-utils.c \
shared/nm-glib-aux/nm-io-utils.h \
shared/nm-glib-aux/nm-jansson.h \
+ shared/nm-glib-aux/nm-json-aux.c \
+ shared/nm-glib-aux/nm-json-aux.h \
shared/nm-glib-aux/nm-keyfile-aux.c \
shared/nm-glib-aux/nm-keyfile-aux.h \
shared/nm-glib-aux/nm-logging-fwd.h \