[build] Generate pc file for libdroid-util. MER#1377
This commit is contained in:
parent
1493c1b08b
commit
2922e95589
2 changed files with 12 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ AC_CONFIG_FILES([
|
|||
Makefile
|
||||
src/Makefile
|
||||
src/common/Makefile
|
||||
src/common/libdroid-util.pc
|
||||
src/droid/Makefile
|
||||
])
|
||||
|
||||
|
|
|
|||
11
src/common/libdroid-util.pc.in
Normal file
11
src/common/libdroid-util.pc.in
Normal 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
|
||||
Loading…
Add table
Reference in a new issue