diff options
author | Shawn Routhier <sar@isc.com> | 2013-12-13 23:50:40 +0000 |
---|---|---|
committer | Shawn Routhier <sar@isc.com> | 2013-12-13 23:50:40 +0000 |
commit | 19748527a0b79b3f8d6836dba635609cecc3de90 (patch) | |
tree | 5d3e2bf2af0526fc5091f39031fe076a3c85ad0b /server/tests | |
parent | eb8a7cd7fa8a2c0a0fe66b46cb571605a3eca43a (diff) | |
download | isc-dhcp-19748527a0b79b3f8d6836dba635609cecc3de90.tar.gz |
[master] Update test makefiles to use the correct librariesv4_3_0a1
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/Makefile.in b/server/tests/Makefile.in index 5c100a33..4f8ae73e 100644 --- a/server/tests/Makefile.in +++ b/server/tests/Makefile.in @@ -566,7 +566,7 @@ DHCPSRC = ../dhcp.c ../bootp.c ../confpars.c ../db.c ../class.c \ DHCPLIBS = $(top_builddir)/common/libdhcp.a $(top_builddir)/omapip/libomapi.a \ $(top_builddir)/dhcpctl/libdhcpctl.a $(top_builddir)/bind/lib/libirs.a \ - $(top_builddir)/bind/lib/libdns.a $(top_builddir/bind/lib/libisccfg.a \ + $(top_builddir)/bind/lib/libdns.a $(top_builddir)/bind/lib/libisccfg.a \ $(top_builddir)/bind/lib/libisc.a ATF_TESTS = $(am__append_1) |