[maemo-commits] [maemo-commits] r8945 - in projects/haf/branches/hildon-control-panel/refactoring: . data src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jan 4 11:45:49 EET 2007
Author: lucasr
Date: 2007-01-04 11:45:48 +0200 (Thu, 04 Jan 2007)
New Revision: 8945

Modified:
   projects/haf/branches/hildon-control-panel/refactoring/ChangeLog
   projects/haf/branches/hildon-control-panel/refactoring/Makefile.am
   projects/haf/branches/hildon-control-panel/refactoring/data/Makefile.am
   projects/haf/branches/hildon-control-panel/refactoring/src/Makefile.am
Log:
2006-01-04  Lucas Rocha  <lucas.rocha at nokia.com>

	* Makefile.am, src/Makefile.am, data/Makefile.am: add *~ to
	CLEANFILES.


Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog
===================================================================
--- projects/haf/branches/hildon-control-panel/refactoring/ChangeLog	2007-01-04 09:22:24 UTC (rev 8944)
+++ projects/haf/branches/hildon-control-panel/refactoring/ChangeLog	2007-01-04 09:45:48 UTC (rev 8945)
@@ -1,3 +1,8 @@
+2006-01-04  Lucas Rocha  <lucas.rocha at nokia.com>
+
+	* Makefile.am, src/Makefile.am, data/Makefile.am: add *~ to
+	CLEANFILES.
+
 2006-12-01  Lucas Rocha  <lucas.rocha at nokia.com>
 
 	* src/hcp-rfs.c, src/hcp-program.c: get rid of osso-log.

Modified: projects/haf/branches/hildon-control-panel/refactoring/Makefile.am
===================================================================
--- projects/haf/branches/hildon-control-panel/refactoring/Makefile.am	2007-01-04 09:22:24 UTC (rev 8944)
+++ projects/haf/branches/hildon-control-panel/refactoring/Makefile.am	2007-01-04 09:45:48 UTC (rev 8945)
@@ -21,6 +21,8 @@
 
 SUBDIRS = data src 
 
+CLEANFILES = *~
+
 EXTRA_DIST = debian/changelog debian/control debian/copyright debian/rules \
 	debian/hildon-control-panel.install \
 	debian/hildon-control-panel-dev.install 

Modified: projects/haf/branches/hildon-control-panel/refactoring/data/Makefile.am
===================================================================
--- projects/haf/branches/hildon-control-panel/refactoring/data/Makefile.am	2007-01-04 09:22:24 UTC (rev 8944)
+++ projects/haf/branches/hildon-control-panel/refactoring/data/Makefile.am	2007-01-04 09:45:48 UTC (rev 8945)
@@ -35,3 +35,5 @@
 hildondesktopentry_DATA = hildon-control-panel.desktop
 
 hildon_othersmenudir = $(sysconfdir)/others-menu
+
+CLEANFILES = *~

Modified: projects/haf/branches/hildon-control-panel/refactoring/src/Makefile.am
===================================================================
--- projects/haf/branches/hildon-control-panel/refactoring/src/Makefile.am	2007-01-04 09:22:24 UTC (rev 8944)
+++ projects/haf/branches/hildon-control-panel/refactoring/src/Makefile.am	2007-01-04 09:45:48 UTC (rev 8945)
@@ -73,4 +73,4 @@
 
 EXTRA_DIST = hcp-marshalers.list
 
-CLEANFILES = $(BUILT_SOURCES)
+CLEANFILES = *~ $(BUILT_SOURCES)


More information about the maemo-commits mailing list