chiark / gitweb /
volume_id: always check for all filesystem types and skip conflicting results
[elogind.git] / extras / volume_id / lib / Makefile.am
index 6313962e68bbb5171c2cfaf0603b5b4f735b4469..678e44ec1cad4032347bfa4fd7ff36c6f9d76925 100644 (file)
@@ -1,3 +1,5 @@
+include $(top_srcdir)/Makefile.am.inc
+
 rootlibdir = $(exec_prefix)/$(libdir_name)
 rootlib_LTLIBRARIES = \
        libvolume_id.la
@@ -6,6 +8,11 @@ include_HEADERS =\
        libvolume_id.h
 
 libvolume_id_la_SOURCES =\
+       libvolume_id-private.h \
+       volume_id.c \
+       util.c \
+       md5.h \
+       md5.c \
        ext.c \
        fat.c \
        hfs.c \
@@ -41,9 +48,7 @@ libvolume_id_la_SOURCES =\
        squashfs.c \
        netware.c \
        oracleasm.c \
-       volume_id.c \
-       util.h \
-       util.c
+       btrfs.c
 
 libvolume_id_la_LDFLAGS = \
        -version-info $(VOLID_LT_CURRENT):$(VOLID_LT_REVISION):$(VOLID_LT_AGE) \