summaryrefslogtreecommitdiff
path: root/python/Makefile.in
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2022-01-03 01:44:41 +0000
committerXin LI <delphij@FreeBSD.org>2022-01-03 01:44:41 +0000
commit048bd4094ff308722af59e857c54819c9313875a (patch)
treeb9e408b4bcc6134b4111262b2c80c2fc96cc84cc /python/Makefile.in
parent2d24dbcf45a851fa5c7960160b7b4a28ff373558 (diff)
Diffstat (limited to 'python/Makefile.in')
-rw-r--r--python/Makefile.in5
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