diff options
Diffstat (limited to 'python/Makefile.in')
| -rw-r--r-- | python/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/Makefile.in b/python/Makefile.in index 9a9c880b7ba6..759bd2b648c9 100644 --- a/python/Makefile.in +++ b/python/Makefile.in @@ -91,7 +91,8 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/configure.ac + $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) @@ -243,7 +244,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = LICENSE CHANGELOG.md README.md example.py magic.py setup.py \ - tests.py + tests.py file_magic/__init__.py all: all-am |
