From: Daniel P. Berrange Date: Fri, 1 Jul 2011 09:16:33 +0000 (+0100) Subject: Remove bogus jsondata.h file reference which does not exist X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=20ce0651247519db6ded720fb8acda531b45e8af;p=libvirt.git Remove bogus jsondata.h file reference which does not exist * tests/Makefile.am: Remove jsondata.h --- 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