From 2f82c130718cffff66b3cce3fdc64bd8fd175595 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 2 Jun 2009 12:49:49 -0400 Subject: Fix distcheck errors. --- Makefile.am | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cb866d5d8a..5d3662e3b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,13 +85,9 @@ SUBDIRS += help endif DISTCLEANFILES = \ - $(srcdir)/doltcompile \ - $(srcdir)/doltlibtool \ - $(srcdir)/intltool-extract \ - $(srcdir)/intltool-merge \ - $(srcdir)/intltool-update \ - $(srcdir)/iconv-detect.h \ - $(pkgconfig_DATA) + $(builddir)/doltcompile \ + $(builddir)/doltlibtool \ + $(builddir)/iconv-detect.h MAINTAINERCLEANFILES = \ $(srcdir)/INSTALL \ -- cgit