[build] Generate pc file for libdroid-util. MER#1377

This commit is contained in:
Juho Hämäläinen 2015-10-23 00:12:54 +03:00
parent 1493c1b08b
commit 2922e95589
2 changed files with 12 additions and 0 deletions

View file

@ -221,6 +221,7 @@ AC_CONFIG_FILES([
Makefile
src/Makefile
src/common/Makefile
src/common/libdroid-util.pc
src/droid/Makefile
])

View file

@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=${prefix}
libdir=@libdir@
includedir=${prefix}/include
libexecdir=@libexecdir@
Name: libdroid-util
Description: Common droid module building interface.
Version: @PACKAGE_VERSION@
Libs: -L${libdir}/pulse-@PA_MAJORMINOR@/modules -ldroid-util
Cflags: -D_REENTRANT -I${includedir}/pulsecore/modules