Update of /cvsroot/dhcp-agent/dhcp-agent
In directory sc8-pr-cvs1:/tmp/cvs-serv22331
Modified Files:
configure.ac
Log Message:
added configuration subdirectories
Index: configure.ac
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/configure.ac,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** configure.ac 5 Jul 2003 19:16:46 -0000 1.12
--- configure.ac 5 Jul 2003 19:33:27 -0000 1.13
***************
*** 253,257 ****
AC_CONFIG_HEADERS([config.h])
! AC_CONFIG_FILES([Makefile src/Makefile man/Makefile tests/Makefile conf/Makefile doc/Makefile contrib/Makefile])
AC_OUTPUT
--- 253,258 ----
AC_CONFIG_HEADERS([config.h])
! AC_CONFIG_FILES([Makefile src/Makefile man/Makefile tests/Makefile conf/Makefile
! conf/dhcp-client/Makefile conf/dhcp-server/Makefile doc/Makefile contrib/Makefile])
AC_OUTPUT
|