diff options
author | Andre Masella <andre@masella.no-ip.org> | 2005-07-17 09:54:40 -0400 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-07-17 09:54:40 -0400 |
commit | 6a5aac78f4d04490fc1d0178b1d7c0cb415c2944 (patch) | |
tree | be13d0d21e8c1a6ab752c99f05c45b64d07b0180 /extras/volume_id/Makefile | |
parent | 422d5becc339304805bbe1e359f6389633036a98 (diff) |
volume_id: add OCFS (Oracle Cluster File System) support
Diffstat (limited to 'extras/volume_id/Makefile')
-rw-r--r-- | extras/volume_id/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/volume_id/Makefile b/extras/volume_id/Makefile index eca9cfdbd4..014bf8713d 100644 --- a/extras/volume_id/Makefile +++ b/extras/volume_id/Makefile @@ -33,7 +33,8 @@ override CFLAGS+=-D_FILE_OFFSET_BITS=64 VOLUME_ID_BASE=volume_id include $(VOLUME_ID_BASE)/Makefile.inc -OBJS = vol_id.o $(VOLUME_ID_OBJS) ../../udev.a +OBJS = vol_id.o $(VOLUME_ID_OBJS) +LIB_OBJS=../../udev.a HEADERS = $(VOLUME_ID_HEADERS) $(OBJS): $(HEADERS) |