[dhcp-agent-commits] dhcp-agent configure.ac,1.3,1.4 Makefile.am,1.3,1.4
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-05-11 17:01:48
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory sc8-pr-cvs1:/tmp/cvs-serv4992 Modified Files: configure.ac Makefile.am Log Message: updated for new conf code Index: configure.ac =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/configure.ac,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** configure.ac 11 May 2003 07:52:57 -0000 1.3 --- configure.ac 11 May 2003 17:01:45 -0000 1.4 *************** *** 153,157 **** AM_CONFIG_HEADER([config.h]) ! AC_CONFIG_FILES([Makefile src/Makefile man/Makefile tests/Makefile]) AC_OUTPUT --- 153,157 ---- AM_CONFIG_HEADER([config.h]) ! AC_CONFIG_FILES([Makefile src/Makefile man/Makefile tests/Makefile conf/Makefile]) AC_OUTPUT Index: Makefile.am =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 30 Dec 2002 00:47:51 -0000 1.3 --- Makefile.am 11 May 2003 17:01:45 -0000 1.4 *************** *** 5,11 **** AUTOMAKE_OPTIONS = foreign ! SUBDIRS = src man tests ! EXTRA_DIST = CAVEATS LICENSE README THANKS TODO UPGRADING conf ! ! dist-hook: ! rm -rf `find $(distdir)/conf -name CVS` --- 5,8 ---- AUTOMAKE_OPTIONS = foreign ! SUBDIRS = src man tests conf ! EXTRA_DIST = CAVEATS LICENSE README THANKS TODO UPGRADING |