]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - lib/Makemodule.am
Merge branch 'libblkid/vxfs/cleanup' of https://github.com/t-8ch/util-linux
[thirdparty/util-linux.git] / lib / Makemodule.am
index 5cf4e87dc3307146384dabb656726b4fa4c7a461..d95721ee2236e33002f182bc48568280e68835d1 100644 (file)
@@ -18,6 +18,7 @@ libcommon_la_SOURCES = \
        lib/color-names.c \
        lib/crc32.c \
        lib/crc32c.c \
+       lib/crc64.c \
        lib/c_strtod.c \
        lib/encode.c \
        lib/env.c \
@@ -29,7 +30,6 @@ libcommon_la_SOURCES = \
        lib/mbsalign.c \
        lib/mbsedit.c\
        lib/md5.c \
-       lib/pager.c \
        lib/pwdutils.c \
        lib/randutils.c \
        lib/sha1.c \
@@ -38,7 +38,8 @@ libcommon_la_SOURCES = \
        lib/strutils.c \
        lib/strv.c \
        lib/timeutils.c \
-       lib/ttyutils.c
+       lib/ttyutils.c \
+       lib/xxhash.c
 
 if LINUX
 libcommon_la_SOURCES += \
@@ -174,7 +175,7 @@ if LINUX
 test_cpuset_SOURCES = lib/cpuset.c
 test_cpuset_CFLAGS = $(AM_CFLAGS) -DTEST_PROGRAM_CPUSET
 
-test_sysfs_SOURCES = lib/sysfs.c lib/path.c lib/fileutils.c
+test_sysfs_SOURCES = lib/sysfs.c lib/path.c lib/fileutils.c lib/buffer.c lib/mbsalign.c
 if HAVE_CPU_SET_T
 test_sysfs_SOURCES += lib/cpuset.c
 endif