diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:04 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:04 +0000 |
commit | 8daef2b6035761994584be1772f2bd8fc4afe99b (patch) | |
tree | 6eb3446fa88ecfedce105202f4aa13ef85ae0315 /glproto.pc.in | |
parent | af91f8a13dd7980d4964afe9f0dabbabe27847d9 (diff) |
Change all the protonames from <extension>Ext to <extension>Proto.
Diffstat (limited to 'glproto.pc.in')
-rw-r--r-- | glproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/glproto.pc.in b/glproto.pc.in new file mode 100644 index 0000000..bd275d8 --- /dev/null +++ b/glproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: GLProto +Description: GL extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |