blob: 37d41175b46fbd669e8de82e236449cfc6bc0894 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
prefix = @prefix@
exec_prefix = @exec_prefix@
libdir = @libdir@
includedir = @includedir@
Name : libtinyBFCP
Description : Doubango Telecom tinyBFCP (BFCP protocol) library
Version : @PACKAGE_VERSION@
Requires:
Requires.private: tinySAK = @PACKAGE_VERSION@ tinyNET = @PACKAGE_VERSION@
Conflicts:
Cflags : -I${includedir}/tinybfcp
Libs : -L${libdir} -ltinyBFCP
Libs.private:
|