add docs dir

This commit is contained in:
Ron Pedde 2003-10-13 15:17:10 +00:00
parent 36818cbeb5
commit c0989c1336
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
# $Id$
#
EXTRA_DIST = reconf configure
SUBDIRS=src
SUBDIRS=src docs

View File

@ -4,11 +4,11 @@ dnl what to do with.
dnl
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/netview.c)
AC_INIT(src/main.c)
dnl AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(netview,0.1.0)
AM_INIT_AUTOMAKE(mt-daapd,0.1.0)
dnl Checks for programs.
AC_PROG_CC