hal ChangeLog,1.412,1.413 Makefile.am,1.10,1.11

David Zeuthen david at freedesktop.org
Fri Feb 11 14:09:24 PST 2005


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv5920

Modified Files:
	ChangeLog Makefile.am 
Log Message:
2005-02-11  David Zeuthen  <davidz at redhat.com>

	* Makefile.am (SUBDIRS): Rearrange order so volume_id and drive_id
	is built before anything else.



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.412
retrieving revision 1.413
diff -u -d -r1.412 -r1.413
--- ChangeLog	11 Feb 2005 22:01:08 -0000	1.412
+++ ChangeLog	11 Feb 2005 22:09:22 -0000	1.413
@@ -1,5 +1,10 @@
 2005-02-11  David Zeuthen  <davidz at redhat.com>
 
+	* Makefile.am (SUBDIRS): Rearrange order so volume_id and drive_id
+	is built before anything else.
+
+2005-02-11  David Zeuthen  <davidz at redhat.com>
+
 	With this path, all storage devices should be working just as
 	well as on the 0.4.x branch. 
 

Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.am	7 Feb 2005 21:24:16 -0000	1.10
+++ Makefile.am	11 Feb 2005 22:09:22 -0000	1.11
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = libhal libhal-storage hald tools fdi doc examples po \
-	  volume_id drive_id
+SUBDIRS = volume_id drive_id libhal libhal-storage hald tools fdi doc	\
+	  examples po
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = hal.pc hal-storage.pc




More information about the hal-commit mailing list