summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-02-12 23:10:23 +0100
committerLennart Poettering <lennart@poettering.net>2016-02-13 11:57:14 +0100
commit2621af534689d8f608181ef4f61a3b498a310d8a (patch)
tree6a99833284d4618bf161def0b07f500e5d758ede /Makefile.am
parent4de282cf9324ab13d17ac334244d0d7cae2df37d (diff)
util-lib: drop json parser
This was used by the dkr logic, which is gone now, hence remove this too. Should we need it one day again the git history never forgets... Note that this only covers the JSON parser. The JSON generator used by "journalctl -o json" remains, as its much much simpler and requires no infrastructure except printf() and the most basic escaping.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index adaf2920e3..849c68aa14 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -895,8 +895,6 @@ libbasic_la_SOURCES = \
src/basic/audit-util.h \
src/basic/xml.c \
src/basic/xml.h \
- src/basic/json.c \
- src/basic/json.h \
src/basic/barrier.c \
src/basic/barrier.h \
src/basic/async.c \
@@ -1459,7 +1457,6 @@ tests += \
test-tables \
test-device-nodes \
test-xml \
- test-json \
test-architecture \
test-socket-util \
test-fdset \
@@ -1922,12 +1919,6 @@ test_xml_SOURCES = \
test_xml_LDADD = \
libshared.la
-test_json_SOURCES = \
- src/test/test-json.c
-
-test_json_LDADD = \
- libshared.la
-
test_list_SOURCES = \
src/test/test-list.c