
dhcrelay(8) and omshell(1) have not been tested. Change-Id: I0cad89f65666af4e366a86e130ce8df0894c3bb4
11 lines
309 B
Makefile
11 lines
309 B
Makefile
AM_CPPFLAGS = -DLOCALSTATEDIR='"@localstatedir@"'
|
|
|
|
sbin_PROGRAMS = dhcrelay
|
|
dhcrelay_SOURCES = dhcrelay.c
|
|
dhcrelay_LDADD = ../common/libdhcp.a ../omapip/libomapi.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)
|
|
|