diff options
Diffstat (limited to 'lib/Makemodule.am')
| -rw-r--r-- | lib/Makemodule.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am index afc2156c7..6a4787f1f 100644 --- a/lib/Makemodule.am +++ b/lib/Makemodule.am @@ -7,6 +7,7 @@ libcommon_la_SOURCES = \ lib/canonicalize.c \ lib/colors.c \ lib/crc32.c \ + lib/crc64.c \ lib/env.c \ lib/fileutils.c \ lib/ismounted.c \ @@ -23,6 +24,7 @@ libcommon_la_SOURCES = \ lib/sysfs.c \ lib/tt.c \ lib/wholedisk.c \ + lib/timeutils.c \ lib/ttyutils.c \ lib/xgetpass.c \ lib/exec_shell.c @@ -45,6 +47,7 @@ check_PROGRAMS += \ test_at \ test_blkdev \ test_canonicalize \ + test_colors \ test_fileutils \ test_ismounted \ test_mangle \ @@ -89,6 +92,9 @@ test_at_CFLAGS = -DTEST_PROGRAM_AT test_strutils_SOURCES = lib/strutils.c test_strutils_CFLAGS = -DTEST_PROGRAM +test_colors_SOURCES = lib/colors.c +test_colors_CFLAGS = -DTEST_PROGRAM + test_randutils_SOURCES = lib/randutils.c test_randutils_CFLAGS = -DTEST_PROGRAM |
