author | Arnie Reynoso <arnier@ti.com> | |
Thu, 16 Jan 2014 17:05:52 +0000 (09:05 -0800) | ||
committer | Chris Ring <cring@ti.com> | |
Mon, 20 Jan 2014 18:04:14 +0000 (10:04 -0800) | ||
commit | 6348f9de7184bf974890a4304a9a661ba815e29a | |
tree | 8ac76ceedd41c76ace070e290f179b648ef471f3 | tree | snapshot (tar.xz tar.gz zip) |
parent | 49fe26fc06d22bccfcc3918789a35dd24027787c | commit | diff |
Linux: Add package config information to mmrpc
This patch adds the libmmrpc.pc to package config.
This aides in identifying the correct CFLAGS for any user or mmrpc
as below.
pkg-config --cflags libmmrpc
Using the above command, the applications using libmmrpc can
find the cflags automatically using pkg-config thus avoiding to
explicitly set the path to MmRpc.h
This patch adds the libmmrpc.pc to package config.
This aides in identifying the correct CFLAGS for any user or mmrpc
as below.
pkg-config --cflags libmmrpc
Using the above command, the applications using libmmrpc can
find the cflags automatically using pkg-config thus avoiding to
explicitly set the path to MmRpc.h
configure.ac | diff | blob | history | |
linux/src/mm/Makefile.am | diff | blob | history | |
linux/src/mm/libmmrpc.pc.in | [new file with mode: 0644] | blob |