diff options
author | Michael Biebl <biebl@debian.org> | 2012-10-11 22:22:19 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2012-10-11 22:22:19 +0200 |
commit | 64b89c604c6cec4fd0de51f2776f95b34e388bae (patch) | |
tree | cfa1988f2f451baaa4a0e145d7263b8e888a8cef /plugins/imkmsg | |
parent | 5b0595cc98c012dfa5ac0f214dbc543a11c982cb (diff) | |
download | rsyslog-64b89c604c6cec4fd0de51f2776f95b34e388bae.tar.gz |
Imported Upstream version 7.1.10upstream/7.1.10
Diffstat (limited to 'plugins/imkmsg')
-rw-r--r-- | plugins/imkmsg/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/imkmsg/Makefile.in b/plugins/imkmsg/Makefile.in index 42f3b33..d736681 100644 --- a/plugins/imkmsg/Makefile.in +++ b/plugins/imkmsg/Makefile.in @@ -37,7 +37,11 @@ host_triplet = @host@ subdir = plugins/imkmsg DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/atomic_operations.m4 \ + $(top_srcdir)/m4/atomic_operations_64bit.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d |