From d15372db0bac1566bd51f68c897c1a66fbd53c9b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 20 May 2004 01:20:05 +0000 Subject: Build fixes --- Makefile.am | 2 +- configure.in | 2 +- doc/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 80a7f9a..f056ed0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -EXTRA_DIST = BUGS +# EXTRA_DIST = SUBDIRS = src win32 doc dist-hook: diff --git a/configure.in b/configure.in index c5c4abe..c22dc1e 100644 --- a/configure.in +++ b/configure.in @@ -86,5 +86,5 @@ AC_CHECK_FUNCS([memset stat strchr strerror sprintf utimes chmod memcmp malloc r AC_CHECK_FUNCS([getopt strchr strerror getcwd chdir getopt reallocf itow itoa]) AC_CHECK_FUNCS([wopen wchdir wmkdir lseek64]) -AC_CONFIG_FILES([Makefile src/Makefile win32/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile win32/Makefile doc/Makefile]) AC_OUTPUT diff --git a/doc/Makefile.am b/doc/Makefile.am index c8c9637..1776104 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,3 @@ man_MANS = scrounge-ntfs.8 -EXTRA_DIST = $(man_MANS) scrounge-ntfs.html +EXTRA_DIST = $(man_MANS) -- cgit v1.2.3