Things needed to make "make distcheck" work.

Makefile.am: forgot paranoia.h header.
check_paranoia.sh.in: need to compare with "right" file $srcdir not "."
This commit is contained in:
rocky
2008-03-08 16:45:19 +00:00
parent 3b1e5f8691
commit 40fe8bcd2d
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.32 2007/11/16 21:52:08 flameeyes Exp $
# $Id: Makefile.am,v 1.33 2008/03/08 16:45:19 rocky Exp $
#
# Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
#
@@ -41,6 +41,7 @@ libcdioinclude_HEADERS = \
iso9660.h \
logging.h \
mmc.h \
paranoia.h \
posix.h \
read.h \
rock.h \