[dhcp-agent-commits] dhcp-agent/src Makefile.am,1.29,1.30
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-07-08 07:02:18
|
Update of /cvsroot/dhcp-agent/dhcp-agent/src In directory sc8-pr-cvs1:/tmp/cvs-serv18027/src Modified Files: Makefile.am Log Message: daemon code moved to utility library Index: Makefile.am =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/Makefile.am,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** Makefile.am 6 Jul 2003 17:49:57 -0000 1.29 --- Makefile.am 8 Jul 2003 07:02:12 -0000 1.30 *************** *** 51,55 **** dhcp-conf-var.c \ dhcp-option.c \ ! dhcp-option-convert.c dhcp_sniff_SOURCES = dhcp-sniff.c \ --- 51,56 ---- dhcp-conf-var.c \ dhcp-option.c \ ! dhcp-option-convert.c \ ! dhcp-daemon.c dhcp_sniff_SOURCES = dhcp-sniff.c \ *************** *** 58,62 **** dhcp_client_SOURCES = dhcp-client.c \ - dhcp-daemon.c \ dhcp-client-cache.c \ dhcp-cache-entry.c \ --- 59,62 ---- *************** *** 71,75 **** dhcp-lease.c \ dhcp-server-conf.c \ ! dhcp-server-control.c dhcp_client_LDADD = -ldhcputil ${GUILE_LIB} --- 71,76 ---- dhcp-lease.c \ dhcp-server-conf.c \ ! dhcp-server-control.c \ ! dhcp-server-states.c dhcp_client_LDADD = -ldhcputil ${GUILE_LIB} |