summaryrefslogtreecommitdiff
path: root/relay/Makefile.am
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.com>2013-12-10 04:03:12 +0000
committerShawn Routhier <sar@isc.com>2013-12-10 04:03:12 +0000
commite54ff84f08a5bebce9f1a343e736202d56cf1a90 (patch)
tree443a15d1b80c163ad16c02b7266df4c922a85df1 /relay/Makefile.am
parent64fb661cc8ec8ab08b1a8e54f235ccd2d46b1636 (diff)
downloadisc-dhcp-e54ff84f08a5bebce9f1a343e736202d56cf1a90.tar.gz
-n master Patch for 30461 and update the auto generated files
Update the auto genrated files to add the required bind9 libraries Fix up dhcpctl/Makefile.am to include the isccfg lib Patch for 30461 to allow the DHCP server to find the name server to update via the DNS Conflicts:
Diffstat (limited to 'relay/Makefile.am')
-rw-r--r--relay/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/relay/Makefile.am b/relay/Makefile.am
index d8757cac..198d5cd6 100644
--- a/relay/Makefile.am
+++ b/relay/Makefile.am
@@ -3,7 +3,8 @@ AM_CPPFLAGS = -DLOCALSTATEDIR='"@localstatedir@"'
sbin_PROGRAMS = dhcrelay
dhcrelay_SOURCES = dhcrelay.c
dhcrelay_LDADD = ../common/libdhcp.a ../omapip/libomapi.a \
- ../bind/lib/libdns.a ../bind/lib/libisc.a
+ ../bind/lib/libirs.a ../bind/lib/libdns.a \
+ ../bind/lib/libisccfg.a ../bind/lib/libisc.a
man_MANS = dhcrelay.8
EXTRA_DIST = $(man_MANS)