summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2020-02-12 22:30:46 +0000
committerChristos Zoulas <christos@zoulas.com>2020-02-12 22:30:46 +0000
commit2f8ae1e99e89cde6ef6b6d2b5b01480637809aba (patch)
tree5ed501859b9ef49c437bc1eb94cd755af5d72f21 /configure.ac
parent56f36544ec7e4d3726648cd1504b95a6b3f246ef (diff)
downloadfile-git-2f8ae1e99e89cde6ef6b6d2b5b01480637809aba.tar.gz
Add a libmagic.pc file to fix static linking with libmagic (Fabrice Fontaine)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ac37fccd..b2e2e5b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -217,5 +217,5 @@ if test "$ac_cv_header_lzma_h$ac_cv_lib_lzma_lzma_stream_decoder" = "yesyes"; t
AC_DEFINE([XZLIBSUPPORT], 1, [Enable xzlib compression support])
fi
-AC_CONFIG_FILES([Makefile src/Makefile magic/Makefile tests/Makefile doc/Makefile python/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile magic/Makefile tests/Makefile doc/Makefile python/Makefile libmagic.pc])
AC_OUTPUT