[gegl] operations: add module.c to CLEANFILES
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] operations: add module.c to CLEANFILES
- Date: Mon, 12 Nov 2018 17:25:04 +0000 (UTC)
commit 65a1bbad238472d69ddbb20a1595644e225a16b1
Author: Ell <ell_se yahoo com>
Date: Mon Nov 12 12:19:03 2018 -0500
operations: add module.c to CLEANFILES
Add the various generated module.c files to CLEANFILES, so that
they get properly cleaned. This is needed to pass distcheck since
commit 8bf81796b7e8ec8409f04c87c77b351cab04c97c.
operations/common-cxx/Makefile.am | 2 ++
operations/common-gpl3+/Makefile.am | 2 ++
operations/common/Makefile.am | 2 ++
operations/core/Makefile.am | 1 +
operations/generated/Makefile.am | 2 ++
5 files changed, 9 insertions(+)
---
diff --git a/operations/common-cxx/Makefile.am b/operations/common-cxx/Makefile.am
index ea665469c..2f3fa9472 100644
--- a/operations/common-cxx/Makefile.am
+++ b/operations/common-cxx/Makefile.am
@@ -20,3 +20,5 @@ gegl_common_cxx_la_SOURCES =\
module.c: Makefile $(gegl_common_cxx_la_SOURCES)
$(AM_V_GEN) \
$(top_srcdir)/tools/gen-loader.sh `echo $^ | cut -d' ' -f2-` > module.c
+
+CLEANFILES = module.c
diff --git a/operations/common-gpl3+/Makefile.am b/operations/common-gpl3+/Makefile.am
index a0080a935..4bf3e9eaf 100644
--- a/operations/common-gpl3+/Makefile.am
+++ b/operations/common-gpl3+/Makefile.am
@@ -64,3 +64,5 @@ gegl_common_gpl3_la_SOURCES =\
module.c: Makefile $(gegl_common_gpl3_la_SOURCES)
$(AM_V_GEN) \
$(top_srcdir)/tools/gen-loader.sh `echo $^ | cut -d' ' -f2-` > module.c
+
+CLEANFILES = module.c
diff --git a/operations/common/Makefile.am b/operations/common/Makefile.am
index 6630bb125..786c202a0 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -128,3 +128,5 @@ gegl_common_la_SOURCES =\
module.c: Makefile $(gegl_common_la_SOURCES)
$(AM_V_GEN) \
$(top_srcdir)/tools/gen-loader.sh `echo $^ | cut -d' ' -f2-` > module.c
+
+CLEANFILES = module.c
diff --git a/operations/core/Makefile.am b/operations/core/Makefile.am
index c6f79e1d4..b899e266b 100644
--- a/operations/core/Makefile.am
+++ b/operations/core/Makefile.am
@@ -28,3 +28,4 @@ module.c: Makefile $(gegl_core_la_SOURCES)
$(AM_V_GEN) \
$(top_srcdir)/tools/gen-loader.sh `echo $^ | cut -d' ' -f2-` > module.c
+CLEANFILES = module.c
diff --git a/operations/generated/Makefile.am b/operations/generated/Makefile.am
index 99be1a8fc..2f309b180 100644
--- a/operations/generated/Makefile.am
+++ b/operations/generated/Makefile.am
@@ -44,3 +44,5 @@ gegl_generated_la_SOURCES = \
module.c: Makefile $(gegl_generated_la_SOURCES)
$(AM_V_GEN) \
$(top_srcdir)/tools/gen-loader.sh `echo $^ | cut -d' ' -f2-` > module.c
+
+CLEANFILES = module.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]