[dhcp-agent-commits] dhcp-agent/src Makefile.am,1.5,1.6
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2002-11-10 16:14:42
|
Update of /cvsroot/dhcp-agent/dhcp-agent/src In directory usw-pr-cvs1:/tmp/cvs-serv18917 Modified Files: Makefile.am Log Message: updated to specify all the right files Index: Makefile.am =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.am 10 Nov 2002 15:46:40 -0000 1.5 --- Makefile.am 10 Nov 2002 16:14:38 -0000 1.6 *************** *** 12,15 **** --- 12,22 ---- lib_LTLIBRARIES = libdhcputil.la + + noinst_HEADERS = dhcp-align.h dhcp-client-cache.h dhcp-client.h dhcp-daemon.h dhcp-interface.h \ + dhcp-libutil.h dhcp-local.h dhcp-options-strings.h dhcp-print.h dhcp-cache-entry.h \ + dhcp-client-conf.h dhcp-convert.h dhcp-globconf.h dhcp-librawnet.h dhcp-limits.h dhcp-log.h \ + dhcp-parser.h dhcp-sysconf.h + + libdhcputil_la_SOURCES = dhcp-util.c \ dhcp-stringbuffer.c \ *************** *** 24,30 **** dhcp-rawnet.c \ dhcp-interface.c \ - dhcp-local.h \ - dhcp-libutil.h \ - dhcp-librawnet.h \ dhcp-align.c \ dhcp-packet-build.c \ --- 31,34 ---- *************** *** 55,62 **** dhcp-globconf.c - dhcp_client_LDADD = -ldhcputil dhcp_sniff_LDADD = -ldhcputil libdhcputil_la_LIBADD = @PCAP_LIB@ @DNET_LIB@ - - noinst_HEADERS = dhcp-agent.h ../config.h --- 59,63 ---- |