mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 06:05:56 -05:00
Make sure all files are accounted for, in preparation for a dist
This commit is contained in:
parent
9aa5d7783a
commit
074020fcb8
@ -1,5 +1,7 @@
|
||||
# $Id$
|
||||
#
|
||||
EXTRA_DIST = reconf configure
|
||||
SUBDIRS=src docs
|
||||
SUBDIRS=src docs admin-root contrib
|
||||
|
||||
|
||||
|
||||
|
@ -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
8
contrib/Makefile.am
Normal file
@ -0,0 +1,8 @@
|
||||
# $Id$
|
||||
#
|
||||
EXTRA_DIST = README
|
||||
|
||||
|
||||
|
||||
|
||||
|
3
contrib/README
Normal file
3
contrib/README
Normal file
@ -0,0 +1,3 @@
|
||||
# $Id$
|
||||
|
||||
In here goes stuff that anyone wants to send... add-ons, unsupported patches, etc.
|
Loading…
Reference in New Issue
Block a user