From 13c8ec25c8eed40b3c147d0de9c3f90b96a46f6e Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 17 Dec 2005 19:37:55 +0000 Subject: [PATCH] We no longer use variable $(getopt_sources) --- src/cd-paranoia/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cd-paranoia/Makefile.am b/src/cd-paranoia/Makefile.am index 79dfd8f2..2d9cd821 100644 --- a/src/cd-paranoia/Makefile.am +++ b/src/cd-paranoia/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.20 2005/11/04 09:38:57 rocky Exp $ +# $Id: Makefile.am,v 1.21 2005/12/17 19:37:55 rocky Exp $ # # Copyright (C) 2004, 2005 Rocky Bernstein # Copyright (C) 1998 Monty xiphmont@mit.edu @@ -33,7 +33,7 @@ SUBDIRS = doc cd_paranoia_SOURCES = cd-paranoia.c \ buffering_write.c buffering_write.h \ - $(getopt_sources) header.c report.c usage.h utils.h version.h + header.c report.c usage.h utils.h version.h cd_paranoia_LDADD = $(LIBCDIO_LIBS) $(LIBCDIO_CDDA_LIBS) $(LIBCDIO_PARANOIA_LIBS) @LIBGETOPT_LIB@