1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

Remove bogus jsondata.h file reference which does not exist

* tests/Makefile.am: Remove jsondata.h
This commit is contained in:
Daniel P. Berrange 2011-07-01 10:16:33 +01:00
parent bf8fba1e75
commit 20ce065124

View File

@ -455,7 +455,7 @@ hashtest_SOURCES = \
hashtest_LDADD = $(LDADDS)
jsontest_SOURCES = \
jsontest.c jsondata.h testutils.h testutils.c
jsontest.c testutils.h testutils.c
jsontest_LDADD = $(LDADDS)
if WITH_LIBVIRTD