From 6fe7f2c66f8b3901254ba5f6fe762e75ccdd4795 Mon Sep 17 00:00:00 2001 From: Yuri Schaeffer Date: Fri, 20 Sep 2013 11:07:30 +0000 Subject: [PATCH] Path fix for unit test git-svn-id: file:///svn/unbound/branches/edns-subnet@2966 be551aaa-1e26-0410-a405-d3ace91eadb9 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index a94a606b7..a44e97616 100644 --- a/Makefile.in +++ b/Makefile.in @@ -940,7 +940,7 @@ unitmsgparse.lo unitmsgparse.o: $(srcdir)/testcode/unitmsgparse.c config.h \ $(srcdir)/util/net_help.h $(srcdir)/testcode/readhex.h unitvandergaast.lo unitvandergaast.o: $(srcdir)/testcode/unitvandergaast.c \ config.h $(srcdir)/util/log.h $(srcdir)/testcode/unitmain.h \ - edns-subnet/addrtree.h + $(srcdir)/edns-subnet/addrtree.h unitneg.lo unitneg.o: $(srcdir)/testcode/unitneg.c config.h $(srcdir)/util/log.h \ $(srcdir)/util/net_help.h \ $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ -- 2.47.2