diff options
author | Kevin E Martin <kem@kem.org> | 2005-05-06 01:46:31 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-05-06 01:46:31 +0000 |
commit | 803c8ecaba2f8c703bbb46c0d740bfa349ce0245 (patch) | |
tree | d298684f8df9bf85be03b4959b68a47e6f2277ed /xproto.pc.in | |
parent | a870c60741273ebd6cb1e69b4e535ce3a6bc76bf (diff) |
Initial build system files for proto module.
Diffstat (limited to 'xproto.pc.in')
-rw-r--r-- | xproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xproto.pc.in b/xproto.pc.in new file mode 100644 index 0000000..735a219 --- /dev/null +++ b/xproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xproto +Description: Xproto headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |