diff --git a/Makefile.am b/Makefile.am index 269d0cf2..d2c3279b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ # $Id$ # EXTRA_DIST = reconf configure -SUBDIRS=src +SUBDIRS=src docs + diff --git a/configure.in b/configure.in index 556a5ae1..9efec710 100644 --- a/configure.in +++ b/configure.in @@ -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