Update of /cvsroot/dhcp-agent/dhcp-agent/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv13488/conf
Modified Files:
Makefile.am
Log Message:
now correctly adding conf files to dist
Index: Makefile.am
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/conf/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.am 15 May 2003 04:40:41 -0000 1.2
--- Makefile.am 18 May 2003 02:58:59 -0000 1.3
***************
*** 6,7 ****
--- 6,8 ----
SUBDIRS = .
dhcpsysconf_client_DATA = default.conf default.sysconf
+ EXTRA_DIST = default.conf default.sysconf
|