diff options
-rw-r--r-- | runtime/Makefile.am | 2 | ||||
-rw-r--r-- | tests/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am index 8331882f..bc03c4a7 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -7,7 +7,7 @@ pkglib_LTLIBRARIES = librsyslog_la_SOURCES = \ rsyslog.c \ rsyslog.h \ - unicode_helper.h \ + unicode-helper.h \ atomic.h \ syslogd-types.h \ module-template.h \ diff --git a/tests/Makefile.am b/tests/Makefile.am index bc1849f0..c0e629d3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -38,7 +38,7 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \ manytcp.sh \ testsuites/manytcp.conf \ fieldtest.sh \ - testsuites/field.conf \ + testsuites/field1.conf \ testsuites/1.field1 \ inputname.sh \ testsuites/inputname_imtcp.conf \ |