diff options
author | Keith Packard <keithp@keithp.com> | 2010-04-06 14:17:16 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-04-06 14:17:16 -0700 |
commit | ef3db8bed2c8b8ca1049f77132fba5aa9e3280ed (patch) | |
tree | 2ba4cc8a81d2b56463494c41b02136fe29449d23 /bigreqsproto/bigreqsproto.pc.in | |
parent | 18e93e57afeed6ea9872e7aab90da47f334690e1 (diff) |
Move bigreqsproto files to their sub-directory
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'bigreqsproto/bigreqsproto.pc.in')
-rw-r--r-- | bigreqsproto/bigreqsproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bigreqsproto/bigreqsproto.pc.in b/bigreqsproto/bigreqsproto.pc.in new file mode 100644 index 0000000..e3adbfd --- /dev/null +++ b/bigreqsproto/bigreqsproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: BigReqsProto +Description: BigReqs extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |