[goffice] Compilation: fix distcheck issues
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goffice] Compilation: fix distcheck issues
- Date: Tue, 6 Dec 2011 20:32:31 +0000 (UTC)
commit f793d831cac3b3590dbb4b7f7519c385590d3b29
Author: Morten Welinder <terra gnome org>
Date: Tue Dec 6 15:32:05 2011 -0500
Compilation: fix distcheck issues
plugins/plot_barcol/Makefile.am | 2 +-
plugins/plot_distrib/Makefile.am | 2 +-
plugins/plot_pie/Makefile.am | 2 +-
plugins/plot_radar/Makefile.am | 2 +-
plugins/plot_surface/Makefile.am | 2 +-
plugins/plot_xy/Makefile.am | 4 ++--
plugins/smoothing/Makefile.am | 2 +-
7 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/plugins/plot_barcol/Makefile.am b/plugins/plot_barcol/Makefile.am
index 5b98c84..0a1a2b8 100644
--- a/plugins/plot_barcol/Makefile.am
+++ b/plugins/plot_barcol/Makefile.am
@@ -90,7 +90,7 @@ embedded-stuff.c: $(top_srcdir)/tools/embedder $(embedded_stuff)
BUILT_SOURCES = embedded-stuff.c
CLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST = $(xml_in_files)
+EXTRA_DIST = $(xml_in_files) $(embedded_stuff) $(plugin_resources)
DISTCLEANFILES = $(xml_in_files:.xml.in=.xml)
include $(top_srcdir)/goffice-plugins.mk
diff --git a/plugins/plot_distrib/Makefile.am b/plugins/plot_distrib/Makefile.am
index f883d2e..75e9797 100644
--- a/plugins/plot_distrib/Makefile.am
+++ b/plugins/plot_distrib/Makefile.am
@@ -69,7 +69,7 @@ embedded-stuff.c: $(top_srcdir)/tools/embedder $(embedded_stuff)
BUILT_SOURCES = embedded-stuff.c
CLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST = $(xml_in_files) $(ui_DATA) $(plugin_resources)
+EXTRA_DIST = $(xml_in_files) $(embedded_stuff) $(plugin_resources)
DISTCLEANFILES = $(xml_in_files:.xml.in=.xml)
include $(top_srcdir)/goffice-plugins.mk
diff --git a/plugins/plot_pie/Makefile.am b/plugins/plot_pie/Makefile.am
index 28b000b..065cbf6 100644
--- a/plugins/plot_pie/Makefile.am
+++ b/plugins/plot_pie/Makefile.am
@@ -55,7 +55,7 @@ embedded-stuff.c: $(top_srcdir)/tools/embedder $(embedded_stuff)
BUILT_SOURCES = embedded-stuff.c
CLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST = $(xml_in_files)
+EXTRA_DIST = $(xml_in_files) $(embedded_stuff)
DISTCLEANFILES = $(xml_in_files:.xml.in=.xml)
include $(top_srcdir)/goffice-plugins.mk
diff --git a/plugins/plot_radar/Makefile.am b/plugins/plot_radar/Makefile.am
index 9e6daad..b76fe89 100644
--- a/plugins/plot_radar/Makefile.am
+++ b/plugins/plot_radar/Makefile.am
@@ -46,7 +46,7 @@ embedded-stuff.c: $(top_srcdir)/tools/embedder $(embedded_stuff)
BUILT_SOURCES = embedded-stuff.c
CLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST = $(xml_in_files) $(ui_DATA)
+EXTRA_DIST = $(xml_in_files) $(embedded_stuff)
DISTCLEANFILES = $(xml_in_files:.xml.in=.xml)
include $(top_srcdir)/goffice-plugins.mk
diff --git a/plugins/plot_surface/Makefile.am b/plugins/plot_surface/Makefile.am
index 8146d0a..6dbee26 100644
--- a/plugins/plot_surface/Makefile.am
+++ b/plugins/plot_surface/Makefile.am
@@ -67,7 +67,7 @@ embedded-stuff.c: $(top_srcdir)/tools/embedder $(embedded_stuff)
BUILT_SOURCES = embedded-stuff.c
CLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST = $(xml_in_files)
+EXTRA_DIST = $(xml_in_files) $(embedded_stuff) $(plugin_resources)
DISTCLEANFILES = $(xml_in_files:.xml.in=.xml)
include $(top_srcdir)/goffice-plugins.mk
diff --git a/plugins/plot_xy/Makefile.am b/plugins/plot_xy/Makefile.am
index eae1f46..7ab0eab 100644
--- a/plugins/plot_xy/Makefile.am
+++ b/plugins/plot_xy/Makefile.am
@@ -73,7 +73,7 @@ embedded-stuff.c: $(top_srcdir)/tools/embedder $(embedded_stuff)
BUILT_SOURCES = embedded-stuff.c
CLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST = $(xml_in_files) $(embedded_stuff) $(plugin_resources)
-DISTCLEANFILES = $(xml_in_files:.xml.in=.xml)
+EXTRA_DIST = $(xml_in_files) $(embedded_stuff) $(plugin_resources)
+DISTCLEANFILES = $(xml_in_files:.xml.in=.xml)
include $(top_srcdir)/goffice-plugins.mk
diff --git a/plugins/smoothing/Makefile.am b/plugins/smoothing/Makefile.am
index 73dae82..441cfe1 100644
--- a/plugins/smoothing/Makefile.am
+++ b/plugins/smoothing/Makefile.am
@@ -43,7 +43,7 @@ embedded-stuff.c: $(top_srcdir)/tools/embedder $(embedded_stuff)
BUILT_SOURCES = embedded-stuff.c
CLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST = $(xml_in_files)
+EXTRA_DIST = $(xml_in_files) $(embedded_stuff)
DISTCLEANFILES = $(xml_in_files:.xml.in=.xml)
include $(top_srcdir)/goffice-plugins.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]