src/cd-paranoia.h and include/cdio/cdio_config.h are derived files, so don't include them in the distribution.

This commit is contained in:
R. Bernstein
2011-10-20 21:46:29 -04:00
parent 958476abf4
commit 10ba010cb9
2 changed files with 7 additions and 9 deletions

View File

@@ -1,6 +1,5 @@
# $Id: Makefile.am,v 1.27 2008/08/31 13:38:22 flameeyes Exp $
#
# Copyright (C) 2004, 2005, 2006, 2007, 2008 Rocky Bernstein <rocky@gnu.org>
# Copyright (C) 2004, 2005, 2006, 2007, 2008,
# Rocky Bernstein <rocky@gnu.org>
# Copyright (C) 1998 Monty xiphmont@mit.edu
#
# This program is free software: you can redistribute it and/or modify
@@ -29,16 +28,14 @@ EXTRA_DIST = usage.txt.in usage-copy.h pod2c.pl \
noinst_HEADERS = header.h report.h $(GETOPT_H)
cd_paranoia_SOURCES = cd-paranoia.c \
buffering_write.c buffering_write.h \
header.c report.c usage.h utils.h version.h $(GETOPT_C)
header.c report.c utils.h version.h $(GETOPT_C)
cd_paranoia_LDADD = $(LIBCDIO_LIBS) $(LIBCDIO_CDDA_LIBS) $(LIBCDIO_PARANOIA_LIBS) $(LTLIBICONV)
cd_paranoia_DEPENDENCIES = $(LIBCDIO_DEPS) $(LIBCDIO_CDDA_LIBS) $(LIBCDIO_PARANOIA_LIBS)
bin_PROGRAMS = cd-paranoia
INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS)