Make sure all files are accounted for, in preparation for a dist

This commit is contained in:
Ron Pedde 2003-12-01 07:17:57 +00:00
parent 9aa5d7783a
commit 074020fcb8
4 changed files with 15 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# $Id$
#
EXTRA_DIST = reconf configure
SUBDIRS=src docs
SUBDIRS=src docs admin-root contrib

View File

@ -90,4 +90,4 @@ AC_CHECK_LIB(socket,socket,V_NETLIBS="-lsocket $V_NETLIBS",,)
AC_SUBST(V_NETLIBS)
AC_OUTPUT(src/Makefile docs/Makefile Makefile)
AC_OUTPUT(src/Makefile docs/Makefile admin-root/Makefile contrib/Makefile Makefile)

8
contrib/Makefile.am Normal file
View File

@ -0,0 +1,8 @@
# $Id$
#
EXTRA_DIST = README

3
contrib/README Normal file
View File

@ -0,0 +1,3 @@
# $Id$
In here goes stuff that anyone wants to send... add-ons, unsupported patches, etc.