From 20ce0651247519db6ded720fb8acda531b45e8af Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 1 Jul 2011 10:16:33 +0100 Subject: [PATCH] Remove bogus jsondata.h file reference which does not exist * tests/Makefile.am: Remove jsondata.h --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 38a353f6d6..5d1efb3a52 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 -- GitLab