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`
|