mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 00:06:59 +00:00
8 lines
255 B
Makefile
8 lines
255 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.c analyze.c getdata.c getopt1.c getopt.c other.c sort.c output.c getopt.h
|
|
|
|
INCLUDES = -I. -I..
|