From 76a636f169d66bea401275a41e8149b12584fa22 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 10 Mar 2004 17:18:08 +0000 Subject: [PATCH] Add yaz-config to DISTCLEANFILES --- util/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/util/Makefile.am b/util/Makefile.am index e5a2eaa..3dfaba1 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,6 +1,6 @@ ## Copyright (C) 1994-2003, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.24 2003-12-24 16:23:43 mike Exp $ +## $Id: Makefile.am,v 1.25 2004-03-10 17:18:08 adam Exp $ TESTS = $(check_PROGRAMS) @@ -8,6 +8,8 @@ bin_SCRIPTS = yaz-asncomp yaz-config EXTRA_DIST = yaz-asncomp +DISTCLEANFILES = yaz-config + AM_CPPFLAGS=-I$(top_srcdir)/include bin_PROGRAMS = yaz-marcdump yaz-iconv -- 1.7.10.4