]> git.ipfire.org Git - thirdparty/dhcp.git/blame - relay/Makefile.am
[master] Merge branch 'rt25901_atf'
[thirdparty/dhcp.git] / relay / Makefile.am
CommitLineData
fe5b0fdd
DH
1AM_CPPFLAGS = -DLOCALSTATEDIR='"@localstatedir@"'
2
3sbin_PROGRAMS = dhcrelay
4dhcrelay_SOURCES = dhcrelay.c
98bf1607
SR
5dhcrelay_LDADD = ../common/libdhcp.a ../omapip/libomapi.a \
6 ../bind/lib/libdns.a ../bind/lib/libisc.a
fe5b0fdd 7man_MANS = dhcrelay.8
6ecda39c 8EXTRA_DIST = $(man_MANS)
fe5b0fdd 9