diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-03-08 19:44:28 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-03-08 19:44:28 +0100 |
commit | 2f567dd62ede3cf979e426738925446f1182ba52 (patch) | |
tree | a34bf9cdbb1c2a071d347c29cadb22505b99cc19 /extras/volume_id/libvolume_id/Makefile | |
parent | b2885eeecf517e82830f585a69ebc9c2c60cfa5e (diff) |
volume_id: add squashfs detection
Diffstat (limited to 'extras/volume_id/libvolume_id/Makefile')
-rw-r--r-- | extras/volume_id/libvolume_id/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/volume_id/libvolume_id/Makefile b/extras/volume_id/libvolume_id/Makefile index 07f6662f25..2a86e931a4 100644 --- a/extras/volume_id/libvolume_id/Makefile +++ b/extras/volume_id/libvolume_id/Makefile @@ -38,6 +38,7 @@ OBJS= \ luks.o \ ocfs.o \ vxfs.o \ + squashfs.o \ volume_id.o \ util.o |