diff options
author | Michael Biebl <biebl@debian.org> | 2011-04-04 22:36:02 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2011-04-04 22:36:02 +0200 |
commit | c980bdf58dc973dd5617aaa6f9466f9e44fcbf58 (patch) | |
tree | d92f417ab2d0b49d6a006fbd48602744fe245380 /libnm-util/tests | |
parent | e22c6e05e9ebc6cce941762020c5710b8014677b (diff) |
Imported Upstream version 0.8.3.999upstream/0.8.3.999
Diffstat (limited to 'libnm-util/tests')
-rw-r--r-- | libnm-util/tests/Makefile.in | 2 | ||||
-rw-r--r-- | libnm-util/tests/certs/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libnm-util/tests/Makefile.in b/libnm-util/tests/Makefile.in index 766aa9798..ab69399a7 100644 --- a/libnm-util/tests/Makefile.in +++ b/libnm-util/tests/Makefile.in @@ -45,7 +45,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/compiler_warnings.m4 \ $(top_srcdir)/m4/libnl-check.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 + $(top_srcdir)/m4/nls.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d diff --git a/libnm-util/tests/certs/Makefile.in b/libnm-util/tests/certs/Makefile.in index d49619f7e..0821f71d0 100644 --- a/libnm-util/tests/certs/Makefile.in +++ b/libnm-util/tests/certs/Makefile.in @@ -50,7 +50,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/compiler_warnings.m4 \ $(top_srcdir)/m4/libnl-check.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 + $(top_srcdir)/m4/nls.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d |