[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 02/04: build: 'make clean' removes 'modules/shepherd.go'.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 02/04: build: 'make clean' removes 'modules/shepherd.go'. |
Date: |
Sun, 4 Dec 2016 20:39:37 +0000 (UTC) |
civodul pushed a commit to branch master
in repository shepherd.
commit a1a8a8a9754cc2c4f6dd3a7099c98167451e138d
Author: Ludovic Courtès <address@hidden>
Date: Sun Dec 4 16:34:36 2016 +0100
build: 'make clean' removes 'modules/shepherd.go'.
* Makefile.am (CLEANFILES): Add $(nodist_guileobject_DATA).
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index fd59ccd..c667464 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,6 +63,7 @@ nodist_scriptsgo_DATA = \
CLEANFILES = \
$(nodist_guilemodule_DATA) $(nodist_shepherdsub_DATA) \
+ $(nodist_guileobject_DATA) \
$(nodist_shepherdgosub_DATA) \
$(nodist_scriptsgo_DATA) \
$(bin_SCRIPTS) $(sbin_SCRIPTS)