[dhcp-agent-commits] dhcp-agent configure.ac,1.1,1.2 Makefile.am,1.2,1.3
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2002-12-30 00:47:54
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory sc8-pr-cvs1:/tmp/cvs-serv13118 Modified Files: configure.ac Makefile.am Log Message: added tests Index: configure.ac =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/configure.ac,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** configure.ac 19 Dec 2002 18:00:26 -0000 1.1 --- configure.ac 30 Dec 2002 00:47:51 -0000 1.2 *************** *** 165,169 **** AM_CONFIG_HEADER(config.h) ! AC_OUTPUT([Makefile src/Makefile man/Makefile]) echo --- 165,169 ---- AM_CONFIG_HEADER(config.h) ! AC_OUTPUT([Makefile src/Makefile man/Makefile tests/Makefile]) echo Index: Makefile.am =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 19 Dec 2002 17:57:59 -0000 1.2 --- Makefile.am 30 Dec 2002 00:47:51 -0000 1.3 *************** *** 5,9 **** AUTOMAKE_OPTIONS = foreign ! SUBDIRS = src man EXTRA_DIST = CAVEATS LICENSE README THANKS TODO UPGRADING conf --- 5,9 ---- AUTOMAKE_OPTIONS = foreign ! SUBDIRS = src man tests EXTRA_DIST = CAVEATS LICENSE README THANKS TODO UPGRADING conf |