[dhcp-agent-commits] dhcp-agent/src Makefile.am,1.21,1.22
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-05-18 02:58:43
|
Update of /cvsroot/dhcp-agent/dhcp-agent/src In directory sc8-pr-cvs1:/tmp/cvs-serv13392/src Modified Files: Makefile.am Log Message: updated with new header files Index: Makefile.am =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/Makefile.am,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Makefile.am 15 May 2003 05:08:13 -0000 1.21 --- Makefile.am 18 May 2003 02:58:39 -0000 1.22 *************** *** 18,22 **** dhcp-client-conf.h dhcp-librawnet.h dhcp-limits.h dhcp-log.h dhcp-tokenizer.h \ dhcp-sysconf.h dhcp-conf.h dhcp-conf-var.h dhcp-option.h dhcp-option-convert.h \ ! dhcp-client-guile.h --- 18,22 ---- dhcp-client-conf.h dhcp-librawnet.h dhcp-limits.h dhcp-log.h dhcp-tokenizer.h \ dhcp-sysconf.h dhcp-conf.h dhcp-conf-var.h dhcp-option.h dhcp-option-convert.h \ ! dhcp-client-guile.h dhcp-sniff-defaults.h dhcp-client-defaults.h *************** *** 65,72 **** dhcp-client-guile.c ! dhcp_client_LDADD = -ldhcputil ${GUILE_LIB} -lefence dhcp_sniff_LDADD = -ldhcputil libdhcputil_la_LIBADD = ${PCAP_LIB} ${DNET_LIB} install-exec-am: ! mkdir -p ${dhcplocalstatedir} ${dhcplocalstate_clientdir} \ No newline at end of file --- 65,72 ---- dhcp-client-guile.c ! dhcp_client_LDADD = -ldhcputil ${GUILE_LIB} dhcp_sniff_LDADD = -ldhcputil libdhcputil_la_LIBADD = ${PCAP_LIB} ${DNET_LIB} install-exec-am: ! mkdir -p ${dhcplocalstatedir} ${dhcplocalstate_clientdir} |