]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commit
Linux: Add package config information to mmrpc
authorArnie Reynoso <arnier@ti.com>
Thu, 16 Jan 2014 17:05:52 +0000 (09:05 -0800)
committerChris Ring <cring@ti.com>
Mon, 20 Jan 2014 18:04:14 +0000 (10:04 -0800)
commit6348f9de7184bf974890a4304a9a661ba815e29a
tree8ac76ceedd41c76ace070e290f179b648ef471f3
parent49fe26fc06d22bccfcc3918789a35dd24027787c
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
configure.ac
linux/src/mm/Makefile.am
linux/src/mm/libmmrpc.pc.in [new file with mode: 0644]