mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
build-sys: use AM_CPPFLAGS rather than INCLUDES
The INCLUDES is an older name for the same functionality as AM_CPPFLAGS. References: http://www.gnu.org/software/automake/manual/html_node/Program-Variables.html Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
6817d234ca
commit
e8acaa42c8
1 changed files with 1 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
bin_PROGRAMS = dhcpd-pools
|
||||
AC_PROG_RANLIB = resolv
|
||||
AM_CPPFLAGS = -I. -I..
|
||||
|
||||
dhcpd_pools_SOURCES = \
|
||||
analyze.c \
|
||||
|
|
@ -13,5 +14,3 @@ dhcpd_pools_SOURCES = \
|
|||
other.c \
|
||||
output.c \
|
||||
sort.c
|
||||
|
||||
INCLUDES = -I. -I..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue