diff options
Diffstat (limited to 'src/helper/Makefile.am')
-rw-r--r-- | src/helper/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 0268694..26ff0bd 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -9,6 +9,7 @@ noinst_LTLIBRARIES += %D%/libhelper.la %D%/configuration.c \ %D%/log.c \ %D%/command.c \ + %D%/crc32.c \ %D%/time_support.c \ %D%/replacements.c \ %D%/fileio.c \ @@ -24,6 +25,7 @@ noinst_LTLIBRARIES += %D%/libhelper.la %D%/types.h \ %D%/log.h \ %D%/command.h \ + %D%/crc32.h \ %D%/time_support.h \ %D%/replacements.h \ %D%/fileio.h \ |