X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fvolume_id%2Flib%2FMakefile;h=96ee8f51500eb7e11baafe1da1375e36ac880f49;hb=2c0644c1c2089763601f9f37d0be53711735612c;hp=0e1565f98a3237a649ad67f289c524eb226bd356;hpb=8b5238670d2e741bc71ae3e79b499682965dc2fd;p=elogind.git diff --git a/extras/volume_id/lib/Makefile b/extras/volume_id/lib/Makefile index 0e1565f98..96ee8f515 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 = 83 +SHLIB_REV = 85 SHLIB_AGE = 0 SHLIB = libvolume_id.so.$(SHLIB_CUR).$(SHLIB_REV).$(SHLIB_AGE) @@ -52,6 +52,7 @@ OBJS= \ vxfs.o \ squashfs.o \ netware.o \ + oracleasm.o \ volume_id.o \ util.o