From 755d71424512b0395cebdd72c869af11f5c9a1b5 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 24 May 2011 16:26:30 -0400 Subject: bin: minor Makefile fixes Files that are generated from configure should be DISTCLEANFILES, not CLEANFILES. Also, include $(libexec_SCRIPTS) everywhere https://bugzilla.gnome.org/show_bug.cgi?id=651005 --- bin/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/Makefile.am b/bin/Makefile.am index 88f281d..3ab07a7 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -1,7 +1,7 @@ bin_SCRIPTS = caribou caribou-preferences libexec_SCRIPTS = antler-keyboard -CLEANFILES = $(bin_SCRIPTS) +DISTCLEANFILES = $(bin_SCRIPTS) $(libexec_SCRIPTS) -all: $(bin_SCRIPTS) - @chmod +x $(bin_SCRIPTS) +all: $(bin_SCRIPTS) $(libexec_SCRIPTS) + @chmod +x $(bin_SCRIPTS) $(libexec_SCRIPTS) -- cgit v1.2.1