diff options
author | Steinar H. Gunderson <steinar+github@gunderson.no> | 2016-05-23 11:16:01 +0200 |
---|---|---|
committer | Steinar H. Gunderson <steinar+github@gunderson.no> | 2016-05-23 11:16:01 +0200 |
commit | 32d6d7d8a2ef328a2ee1dd40f072e21f4983ebda (patch) | |
tree | 3c5ab3eb8e9bb18684b270d1d133d8b39ddc76fa /configure.ac | |
parent | 971613510fc0d1791eed2aae469938afc9636958 (diff) | |
parent | d2cb73b6ac1839462fcea926c7e73d1e627bd699 (diff) | |
download | snappy-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.ac | 2 |
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 |