hal ChangeLog, 1.403, 1.404 configure.in, 1.64, 1.65 Makefile.am, 1.9, 1.10

David Zeuthen david at freedesktop.org
Mon Feb 7 13:24:18 PST 2005


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

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

	* drive_id/*: Add new drive_id library from Kay

	* volume_id/*: Add new volume_id library from Kay

	* Makefile.am: Add drive_id and volume_id to SUBDIRS

	* configure.in: Add drive_id and volume_id to AC_OUTPUT



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.403
retrieving revision 1.404
diff -u -d -r1.403 -r1.404
--- ChangeLog	4 Feb 2005 05:24:25 -0000	1.403
+++ ChangeLog	7 Feb 2005 21:24:16 -0000	1.404
@@ -1,4 +1,14 @@
-2005-02-04  David Zeuthen  <david at fubar.dk>
+2005-02-07  David Zeuthen  <davidz at redhat.com>
+
+	* drive_id/*: Add new drive_id library from Kay
+
+	* volume_id/*: Add new volume_id library from Kay
+
+	* Makefile.am: Add drive_id and volume_id to SUBDIRS
+
+	* configure.in: Add drive_id and volume_id to AC_OUTPUT
+
+2005-02-04  David Zeuthen  <davidz at redhat.com>
 
 	* doc/spec/hal-spec.xml.in: Added docs for battery.remaining_time
 

Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- configure.in	4 Feb 2005 05:24:25 -0000	1.64
+++ configure.in	7 Feb 2005 21:24:16 -0000	1.65
@@ -456,6 +456,8 @@
 examples/Makefile
 examples/volumed/Makefile
 po/Makefile.in
+drive_id/Makefile
+volume_id/Makefile
 ])
 	
 dnl ==========================================================================

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




More information about the hal-commit mailing list