diff options
author | Stuart Kreitman <stuart.kreitman@sun.com> | 2004-08-16 17:16:44 +0000 |
---|---|---|
committer | Stuart Kreitman <stuart.kreitman@sun.com> | 2004-08-16 17:16:44 +0000 |
commit | e7932255587558d9ac0f8af7fea15672a9ea4d71 (patch) | |
tree | e1b17460004975d2f84a11e3b530dbc86323d78d | |
parent | 55fbed1b939b712afb682629eda68d5b9343f498 (diff) |
Added Files: xevie.pc.inrel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_8-branch
-rw-r--r-- | xevie.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xevie.pc.in b/xevie.pc.in new file mode 100644 index 0000000..02a037b --- /dev/null +++ b/xevie.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +xlibs=@X_LIBS@ +xcflags=@X_CFLAGS@ + +Name: Xevie +Description: X Event Interceptor Library +Version: @VERSION@ +Cflags: -I${includedir} ${xcflags} +Libs: -L${libdir} -lXcursor ${xlibs} |