diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/Makefile.in | 1 | ||||
-rw-r--r-- | modules/core/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/Makefile.in b/modules/Makefile.in index 45289b4..796dd6b 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -88,6 +88,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_check_openssl.m4 \ + $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/gcc_stack_protect.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ diff --git a/modules/core/Makefile.in b/modules/core/Makefile.in index 0ab43a5..69cad1c 100644 --- a/modules/core/Makefile.in +++ b/modules/core/Makefile.in @@ -88,6 +88,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_check_openssl.m4 \ + $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/gcc_stack_protect.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |