[caribou] bin: minor Makefile fixes
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [caribou] bin: minor Makefile fixes
- Date: Tue, 24 May 2011 21:16:31 +0000 (UTC)
commit 755d71424512b0395cebdd72c869af11f5c9a1b5
Author: Dan Winship <danw gnome org>
Date: Tue May 24 16:26:30 2011 -0400
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 files changed, 3 insertions(+), 3 deletions(-)
---
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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]