oaf autoconf patch ...



Hi there,

	On my campaign to stop distributing built files :-)

	Can I apply this ?

		Michael.

diff -u -r1.126.2.41 ChangeLog
--- ChangeLog	2001/04/13 21:18:47	1.126.2.41
+++ ChangeLog	2001/04/17 14:17:40
@@ -1,3 +1,9 @@
+2001-04-17  Michael Meeks  <michael ximian com>
+
+	* oafd/Makefile.am (dist-hook): remove built files from distro.
+
+	* liboaf/Makefile.am: ditto.
+
 2001-04-13  Peter Williams  <peterw ximian com>
 
 	* oafd/main.c (main): Unset "SESSION_MANAGER" to prevent slow
Index: liboaf/Makefile.am
===================================================================
RCS file: /cvs/gnome/oaf/liboaf/Makefile.am,v
retrieving revision 1.19.4.1
diff -u -r1.19.4.1 Makefile.am
--- liboaf/Makefile.am	2001/02/02 00:50:05	1.19.4.1
+++ liboaf/Makefile.am	2001/04/17 14:17:40
@@ -93,5 +93,6 @@
 	$(BUILT_SOURCES)	\
 	$(NULL)
 
-
+dist-hook:
+	cd $(distdir) ; rm -f $(CLEANFILES)
 
Index: oafd/Makefile.am
===================================================================
RCS file: /cvs/gnome/oaf/oafd/Makefile.am,v
retrieving revision 1.20.4.1
diff -u -r1.20.4.1 Makefile.am
--- oafd/Makefile.am	2001/01/04 05:13:32	1.20.4.1
+++ oafd/Makefile.am	2001/04/17 14:17:40
@@ -77,6 +77,5 @@
 oaf-skels.c: $(top_srcdir)/idl/oaf.idl
 	$(ORBIT_IDL) --noheaders $(top_srcdir)/idl/oaf.idl
 
-
-
-
+dist-hook:
+	cd $(distdir) ; rm -f $(BUILT_SOURCES)


-- 
 mmeeks gnu org  <><, Pseudo Engineer, itinerant idiot





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]