aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary
diff options
context:
space:
mode:
authorMichael Meeks <michael@ximian.com>2001-04-14 16:02:59 +0800
committerMichael Meeks <michael@src.gnome.org>2001-04-14 16:02:59 +0800
commit04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2 (patch)
treeb5e5eb3fca54a50b8643bfdf7125fef9b272e6dd /executive-summary
parenta5e6e0b5f3e06eee5726edfe276c5d3c65bb155c (diff)
downloadgsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.tar
gsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.tar.gz
gsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.tar.bz2
gsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.tar.lz
gsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.tar.xz
gsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.tar.zst
gsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.zip
Do this everywhere, also fixup CLEANFILES
Do this everywhere, also fixup CLEANFILES 2001-04-14 Michael Meeks <michael@ximian.com> * Makefile.am (dist-hook): remove built sources from dist. svn path=/trunk/; revision=9309
Diffstat (limited to 'executive-summary')
-rw-r--r--executive-summary/ChangeLog4
-rw-r--r--executive-summary/component/Makefile.am7
-rw-r--r--executive-summary/evolution-services/Makefile.am3
-rw-r--r--executive-summary/idl/Makefile.am13
4 files changed, 14 insertions, 13 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog
index ad89791868..b44078a962 100644
--- a/executive-summary/ChangeLog
+++ b/executive-summary/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-14 Michael Meeks <michael@ximian.com>
+
+ * idl/Makefile.am: Remove stale build cruftiness.
+
2001-04-10 Gediminas Paulauskas <menesis@delfi.lt>
* widgets/e-summary-subwindow.c: added some missing includes.
diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am
index c9931b19c0..1af1dd7df1 100644
--- a/executive-summary/component/Makefile.am
+++ b/executive-summary/component/Makefile.am
@@ -21,8 +21,6 @@ INCLUDES = \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DG_LOG_DOMAIN=\"evolution-executive-summary\"
-CLEANFILES = $(COMPOSER_GENERATED)
-
COMPOSER_GENERATED = \
Composer.h \
Composer-common.c \
@@ -86,3 +84,8 @@ evolution-executive-summary.pure: evolution-executive-summary
endif
EXTRA_DIST = $(glade_DATA)
+CLEANFILES += $(COMPOSER_GENERATED)
+BUILT_SOURCES = $(COMPOSER_GENERATED)
+
+dist-hook:
+ cd $(distdir); rm -f $(BUILT_SOURCES)
diff --git a/executive-summary/evolution-services/Makefile.am b/executive-summary/evolution-services/Makefile.am
index 40e2972321..93f822b949 100644
--- a/executive-summary/evolution-services/Makefile.am
+++ b/executive-summary/evolution-services/Makefile.am
@@ -53,3 +53,6 @@ libevolution_services_la_LIBADD = \
BUILT_SOURCES = $(IDL_GENERATED)
CLEANFILES += $(BUILT_SOURCES)
+
+dist-hook:
+ cd $(distdir); rm -f $(BUILT_SOURCES)
diff --git a/executive-summary/idl/Makefile.am b/executive-summary/idl/Makefile.am
index 9ff860bd3e..0856a0cdf3 100644
--- a/executive-summary/idl/Makefile.am
+++ b/executive-summary/idl/Makefile.am
@@ -16,17 +16,8 @@ INCLUDES = \
EXTRA_DIST = $(IDLS)
-CLEANFILES = $(IDL_GENERATED)
-
-IDLS = \
+IDLS = \
Executive-Summary.idl \
HtmlView.idl \
Summary.idl \
- SummaryComponent.idl
-
-IDL_GENERATED = \
- Executive-Summary.h \
- Executive-Summary-common.c \
- Executive-Summary-skels.c \
- Executive-Summary-stubs.c
-
+ SummaryComponent.idl \ No newline at end of file