aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/Makefile.am2
2 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 388a5ef150..db05a671a9 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-12 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #337616
+
+ * Makefile.am: Add $(schema_DATA) to DISTCLEANFILES.
+
2007-05-11 Matthew Barnes <mbarnes@redhat.com>
* e-shell.c (impl_Shell_handleURI):
diff --git a/shell/Makefile.am b/shell/Makefile.am
index b1bbce14c6..4b671f52aa 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -289,6 +289,8 @@ endif
BUILT_SOURCES = $(IDL_GENERATED) $(MARSHAL_GENERATED) $(server_DATA) $(testserver_DATA) $(DATASERVER_IDL_GENERATED) $(error_DATA)
CLEANFILES = $(BUILT_SOURCES)
+DISTCLEANFILES = $(schema_DATA)
+
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)
'>2014-11-121-4/+0 * - Use /usr/bin/unzip for zip files extraction (part 2)Alex Kozlov2014-06-061-1/+1 * Convert j* to USES=zipBaptiste Daroussin2014-03-101-1/+1 * Fix properties on pkg-plistBaptiste Daroussin2014-01-221-1/+0 * - Add STAGEDIR support.Hiroki Sato2013-10-161-19/+17 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1 * - Trim old-style header.Hiroki Sato2013-05-012-13/+15 * - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0