Skip to content

Commit

Permalink
Merge pull request #6 from deviance/provide-pkg-config-data
Browse files Browse the repository at this point in the history
Provide pkg-config data
  • Loading branch information
sesse committed May 23, 2016
2 parents 9716135 + d2cb73b commit 32d6d7d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ noinst_PROGRAMS = $(TESTS)
EXTRA_DIST = autogen.sh testdata/alice29.txt testdata/asyoulik.txt testdata/baddata1.snappy testdata/baddata2.snappy testdata/baddata3.snappy testdata/geo.protodata testdata/fireworks.jpeg testdata/html testdata/html_x_4 testdata/kppkn.gtb testdata/lcet10.txt testdata/paper-100k.pdf testdata/plrabn12.txt testdata/urls.10K
dist_doc_DATA = ChangeLog COPYING INSTALL NEWS README format_description.txt framing_format.txt

pkgconfigdir = $(libdir)/pkgconfig
nodist_pkgconfig_DATA = snappy.pc

libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 10 additions & 0 deletions snappy.pc.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: @PACKAGE@
Description: A fast compression/decompression library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -l@PACKAGE@
Cflags: -I${includedir}

0 comments on commit 32d6d7d

Please sign in to comment.