[dhcp-agent-commits] dhcp-agent Makefile.am,1.1.1.1,1.2
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2002-12-19 17:58:03
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory sc8-pr-cvs1:/tmp/cvs-serv12387 Modified Files: Makefile.am Log Message: added conf with dist-hook Index: Makefile.am =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.am 29 Oct 2002 17:11:02 -0000 1.1.1.1 --- Makefile.am 19 Dec 2002 17:57:59 -0000 1.2 *************** *** 6,8 **** AUTOMAKE_OPTIONS = foreign SUBDIRS = src man ! EXTRA_DIST = CAVEATS LICENSE README THANKS TODO UPGRADING doc --- 6,11 ---- AUTOMAKE_OPTIONS = foreign SUBDIRS = src man ! EXTRA_DIST = CAVEATS LICENSE README THANKS TODO UPGRADING conf ! ! dist-hook: ! rm -rf `find $(distdir)/conf -name CVS` |