summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMattias Hansson <hansson.mattias@gmail.com>2019-03-29 13:25:39 +0100
committerNico Williams <nico@cryptonector.com>2019-03-29 08:16:36 -0500
commit3c4fcb1594694e15b83dc05094cd1dd61f5c7dcc (patch)
tree89592dd98487aa18b77134e771773d8eadf62df4 /configure.ac
parentb52fc1043b045a3c5004be7eb85a15d3a055e9a4 (diff)
Add pkg-config file for libjq
pkg-config is a common interface to resolve build details. It will become easier to incorporate libjq in other projects by providing this interface.
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 3d8265e7..47102697 100644
--- a/configure.ac
+++ b/configure.ac
@@ -279,6 +279,6 @@ AM_CONDITIONAL([BUILD_ONIGURUMA], [test "x$build_oniguruma" = xyes])
AC_SUBST([BUNDLER], ["$bundle_cmd"])
AC_CONFIG_MACRO_DIR([config/m4])
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile libjq.pc])
AC_OUTPUT