diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-05-15 21:57:28 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-05-15 21:57:28 +0200 |
commit | 6deef787557f46628cec4a65e18864173ea720c8 (patch) | |
tree | b55cc882152302d312393db4cc02257a10a1296a /extras/volume_id/lib/Makefile | |
parent | 2bac6c64aa7808cafd7706d56887a97ba9f7817d (diff) |
libvolume_id: add more software raid signatures
Diffstat (limited to 'extras/volume_id/lib/Makefile')
-rw-r--r-- | extras/volume_id/lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extras/volume_id/lib/Makefile b/extras/volume_id/lib/Makefile index e847f36bc6..8d8710d09a 100644 --- a/extras/volume_id/lib/Makefile +++ b/extras/volume_id/lib/Makefile @@ -13,7 +13,7 @@ INSTALL_DATA = ${INSTALL} -m 644 INSTALL_LIB = ${INSTALL} -m 755 SHLIB_CUR = 0 -SHLIB_REV = 64 +SHLIB_REV = 65 SHLIB_AGE = 0 SHLIB = libvolume_id.so.$(SHLIB_CUR).$(SHLIB_REV).$(SHLIB_AGE) @@ -28,6 +28,8 @@ OBJS= \ silicon_raid.o \ nvidia_raid.o \ promise_raid.o \ + adaptec_raid.o \ + jmicron_raid.o \ iso9660.o \ jfs.o \ linux_raid.o \ |