summaryrefslogtreecommitdiff
path: root/extras/volume_id/Makefile
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-02-05 04:10:48 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:24:19 -0700
commit7979e3d4b7c56acee2fe0e9a9fefb3fe0d83771e (patch)
treef3485dc81b90cd22169dd24a58ece7de86fe774e /extras/volume_id/Makefile
parent51df9ee4965516b17dcd50647546ee970df87b32 (diff)
[PATCH] udev_volume_id: volume_id version 032
Diffstat (limited to 'extras/volume_id/Makefile')
-rw-r--r--extras/volume_id/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/volume_id/Makefile b/extras/volume_id/Makefile
index d273ed795c..bfe4cf74af 100644
--- a/extras/volume_id/Makefile
+++ b/extras/volume_id/Makefile
@@ -47,6 +47,7 @@ VOLUME_ID_OBJS= \
volume_id/udf/udf.o \
volume_id/ufs/ufs.o \
volume_id/xfs/xfs.o \
+ volume_id/cramfs/cramfs.o \
volume_id/dasd/dasd.o \
volume_id/volume_id.o \
volume_id/util.o
@@ -68,6 +69,7 @@ VOLUME_ID_HEADERS= \
volume_id/udf/udf.h \
volume_id/ufs/ufs.h \
volume_id/xfs/xfs.h \
+ volume_id/cramfs/cramfs.h \
volume_id/dasd/dasd.h \
volume_id/volume_id.h \
volume_id/util.h