]> xenbits.xensource.com Git - libvirt.git/commitdiff
Remove bogus jsondata.h file reference which does not exist
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 1 Jul 2011 09:16:33 +0000 (10:16 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 1 Jul 2011 09:16:33 +0000 (10:16 +0100)
* tests/Makefile.am: Remove jsondata.h

tests/Makefile.am

index 38a353f6d6ae7a5dc176d87f254ea52c0b10efb6..5d1efb3a52173dfed8990ce94eb580364d0f129c 100644 (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