diff options
Diffstat (limited to 'gl/glproto.pc.in')
-rw-r--r-- | gl/glproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gl/glproto.pc.in b/gl/glproto.pc.in new file mode 100644 index 000000000..bd275d8bd --- /dev/null +++ b/gl/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} |