Add a pkg-config file for clients to use

This commit is contained in:
Arun Raghavan 2011-09-15 14:09:19 +05:30
parent 4c87243593
commit 1232e518c6
3 changed files with 14 additions and 0 deletions

View File

@ -1 +1,4 @@
SUBDIRS = src
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = webrtc-audio-processing.pc

View File

@ -30,6 +30,7 @@ AC_SUBST([COMMON_CFLAGS])
AC_SUBST([COMMON_CXXFLAGS])
AC_CONFIG_FILES([
webrtc-audio-processing.pc
Makefile
src/Makefile
src/common_audio/Makefile

View File

@ -0,0 +1,10 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: webrtc-audio-processing
Description: WebRTC Audio Processing library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lwebrtc_audio_processing
Cflags: -I${includedir}/webrtc_audio_processing