summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-22 17:40:24 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-22 17:40:24 +0200
commit7adb9877f0c08f929d89f436103dfade03e8ea07 (patch)
tree32e155b3f709ce24e9468de371a62adcc83c9ba6
parentaba90e82484118f3568ec51c01de5ba845da589a (diff)
downloadrsyslog-7adb9877f0c08f929d89f436103dfade03e8ea07.tar.gz
rsyslog-7adb9877f0c08f929d89f436103dfade03e8ea07.tar.xz
rsyslog-7adb9877f0c08f929d89f436103dfade03e8ea07.zip
fixing some nits with the build system
-rw-r--r--runtime/Makefile.am2
-rw-r--r--tests/Makefile.am2
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 \