From e5592133a3dcbda3cc375e9c792324cc10ef9087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 3 May 2011 12:31:37 +0300 Subject: [PATCH] build system: Remove bash-completion.pc with "make clean". --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0c1d8451..5aefd5ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ pkgconfig_DATA = bash-completion.pc bash_completion.sh: bash_completion.sh.in Makefile sed -e 's|@pkgdatadir[@]|$(pkgdatadir)|' <$(srcdir)/$@.in >$@ -CLEANFILES = bash_completion.sh +CLEANFILES = bash_completion.sh bash-completion.pc EXTRA_DIST = CHANGES $(sysconf_DATA) $(pkgdata_DATA) bash_completion.sh.in