[dhcp-agent-commits] dhcp-agent/src Makefile.am,1.31,1.32
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-07-17 00:22:35
|
Update of /cvsroot/dhcp-agent/dhcp-agent/src In directory sc8-pr-cvs1:/tmp/cvs-serv21332/src Modified Files: Makefile.am Log Message: dhcp-net.c now compiled as part of the utility library Index: Makefile.am =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/Makefile.am,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** Makefile.am 12 Jul 2003 17:42:36 -0000 1.31 --- Makefile.am 17 Jul 2003 00:22:28 -0000 1.32 *************** *** 53,57 **** dhcp-option-convert.c \ dhcp-daemon.c \ ! dhcp-options-strings.c --- 53,58 ---- dhcp-option-convert.c \ dhcp-daemon.c \ ! dhcp-options-strings.c \ ! dhcp-net.c |