chiark / gitweb /
volume_id: hfs - calculate proper uuid
[elogind.git] / extras / volume_id / lib / Makefile.am
index 6313962e68bbb5171c2cfaf0603b5b4f735b4469..c5198aba9a2b069f21f13721894c80139d205da3 100644 (file)
@@ -6,6 +6,12 @@ include_HEADERS =\
        libvolume_id.h
 
 libvolume_id_la_SOURCES =\
+       libvolume_id-private.h \
+       volume_id.c \
+       util.h \
+       util.c \
+       md5.h \
+       md5.c \
        ext.c \
        fat.c \
        hfs.c \
@@ -40,10 +46,7 @@ libvolume_id_la_SOURCES =\
        vxfs.c \
        squashfs.c \
        netware.c \
-       oracleasm.c \
-       volume_id.c \
-       util.h \
-       util.c
+       oracleasm.c
 
 libvolume_id_la_LDFLAGS = \
        -version-info $(VOLID_LT_CURRENT):$(VOLID_LT_REVISION):$(VOLID_LT_AGE) \