aboutsummaryrefslogtreecommitdiff
path: root/qobject/Makefile.objs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2017-08-25 12:59:01 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-09-04 13:09:11 +0200
commit28035bcdf4647245743cf87cea3788331bf67a5f (patch)
treeb373736d110fc6e66482c7e1e6039d963652df23 /qobject/Makefile.objs
parent0f9afc2a8b5e78e511d79c936aa7b36deb3508bf (diff)
downloadqemu-28035bcdf4647245743cf87cea3788331bf67a5f.zip
qemu-28035bcdf4647245743cf87cea3788331bf67a5f.tar.gz
qemu-28035bcdf4647245743cf87cea3788331bf67a5f.tar.bz2
qlit: move qlit from check-qjson to qobject/
Fix code style issues while at it, to please checkpatch. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20170825105913.4060-3-marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qobject/Makefile.objs')
-rw-r--r--qobject/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qobject/Makefile.objs b/qobject/Makefile.objs
index fc8885c..002d258 100644
--- a/qobject/Makefile.objs
+++ b/qobject/Makefile.objs
@@ -1,2 +1,2 @@
-util-obj-y = qnull.o qnum.o qstring.o qdict.o qlist.o qbool.o
+util-obj-y = qnull.o qnum.o qstring.o qdict.o qlist.o qbool.o qlit.o
util-obj-y += qjson.o qobject.o json-lexer.o json-streamer.o json-parser.o