mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
This change will also remove getopt source code and headers, which has GNU license that I cannot change. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
8 lines
252 B
Makefile
8 lines
252 B
Makefile
## Makefile.am -- Process this file with automake to produce Makefile.in
|
|
|
|
bin_PROGRAMS = dhcpd-pools
|
|
AC_PROG_RANLIB = resolv
|
|
|
|
dhcpd_pools_SOURCES = dhcpd-pools.h defaults.h dhcpd-pools.c analyze.c getdata.c other.c sort.c output.c
|
|
|
|
INCLUDES = -I. -I..
|