summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSteinar H. Gunderson <steinar+github@gunderson.no>2016-05-23 11:16:01 +0200
committerSteinar H. Gunderson <steinar+github@gunderson.no>2016-05-23 11:16:01 +0200
commit32d6d7d8a2ef328a2ee1dd40f072e21f4983ebda (patch)
tree3c5ab3eb8e9bb18684b270d1d133d8b39ddc76fa /configure.ac
parent971613510fc0d1791eed2aae469938afc9636958 (diff)
parentd2cb73b6ac1839462fcea926c7e73d1e627bd699 (diff)
downloadsnappy-git-32d6d7d8a2ef328a2ee1dd40f072e21f4983ebda.tar.gz
Merge pull request #6 from deviance/provide-pkg-config-data
Provide pkg-config data
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 2b573a1..c460138 100644
--- a/configure.ac
+++ b/configure.ac
@@ -130,5 +130,5 @@ AC_SUBST([SNAPPY_PATCHLEVEL])
AC_SUBST([SNAPPY_LTVERSION], snappy_ltversion)
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile snappy-stubs-public.h])
+AC_CONFIG_FILES([Makefile snappy-stubs-public.h snappy.pc])
AC_OUTPUT