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
- Previous message: hal/drive_id Makefile.am, NONE, 1.1 ata.c, NONE, 1.1 ata.h, NONE,
1.1 drive_id.c, NONE, 1.1 drive_id.h, NONE, 1.1 logging.h,
NONE, 1.1 scsi.c, NONE, 1.1 scsi.h, NONE, 1.1 util.c, NONE,
1.1 util.h, NONE, 1.1
- Next message: hal/volume_id Makefile.am, NONE, 1.1 dasd.c, NONE, 1.1 dasd.h, NONE,
1.1 ext.c, NONE, 1.1 ext.h, NONE, 1.1 fat.c, NONE, 1.1 fat.h,
NONE, 1.1 hfs.c, NONE, 1.1 hfs.h, NONE, 1.1 highpoint.c, NONE,
1.1 highpoint.h, NONE, 1.1 iso9660.c, NONE, 1.1 iso9660.h,
NONE, 1.1 jfs.c, NONE, 1.1 jfs.h, NONE, 1.1 linux_raid.c, NONE,
1.1 linux_raid.h, NONE, 1.1 linux_swap.c, NONE,
1.1 linux_swap.h, NONE, 1.1 logging.h, NONE, 1.1 lvm.c, NONE,
1.1 lvm.h, NONE, 1.1 mac.c, NONE, 1.1 mac.h, NONE, 1.1 msdos.c,
NONE, 1.1 msdos.h, NONE, 1.1 ntfs.c, NONE, 1.1 ntfs.h, NONE,
1.1 reiserfs.c, NONE, 1.1 reiserfs.h, NONE, 1.1 udf.c, NONE,
1.1 udf.h, NONE, 1.1 ufs.c, NONE, 1.1 ufs.h, NONE, 1.1 util.c,
NONE, 1.1 util.h, NONE, 1.1 volume_id.c, NONE, 1.1 volume_id.h,
NONE, 1.1 xfs.c, NONE, 1.1 xfs.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: hal/drive_id Makefile.am, NONE, 1.1 ata.c, NONE, 1.1 ata.h, NONE,
1.1 drive_id.c, NONE, 1.1 drive_id.h, NONE, 1.1 logging.h,
NONE, 1.1 scsi.c, NONE, 1.1 scsi.h, NONE, 1.1 util.c, NONE,
1.1 util.h, NONE, 1.1
- Next message: hal/volume_id Makefile.am, NONE, 1.1 dasd.c, NONE, 1.1 dasd.h, NONE,
1.1 ext.c, NONE, 1.1 ext.h, NONE, 1.1 fat.c, NONE, 1.1 fat.h,
NONE, 1.1 hfs.c, NONE, 1.1 hfs.h, NONE, 1.1 highpoint.c, NONE,
1.1 highpoint.h, NONE, 1.1 iso9660.c, NONE, 1.1 iso9660.h,
NONE, 1.1 jfs.c, NONE, 1.1 jfs.h, NONE, 1.1 linux_raid.c, NONE,
1.1 linux_raid.h, NONE, 1.1 linux_swap.c, NONE,
1.1 linux_swap.h, NONE, 1.1 logging.h, NONE, 1.1 lvm.c, NONE,
1.1 lvm.h, NONE, 1.1 mac.c, NONE, 1.1 mac.h, NONE, 1.1 msdos.c,
NONE, 1.1 msdos.h, NONE, 1.1 ntfs.c, NONE, 1.1 ntfs.h, NONE,
1.1 reiserfs.c, NONE, 1.1 reiserfs.h, NONE, 1.1 udf.c, NONE,
1.1 udf.h, NONE, 1.1 ufs.c, NONE, 1.1 ufs.h, NONE, 1.1 util.c,
NONE, 1.1 util.h, NONE, 1.1 volume_id.c, NONE, 1.1 volume_id.h,
NONE, 1.1 xfs.c, NONE, 1.1 xfs.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list