diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-18 15:38:31 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-18 15:38:31 +0000 |
commit | 605a76dcc93e277e1b26841a0225b7e0fb851b76 (patch) | |
tree | 4d5910a2810d892fb26d85977071bacea22c9969 /xt.pc.in | |
parent | b0a241cf7c7ab3840929da3b1aabdda7bab22517 (diff) |
- conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8
- add build system for lib/Xt
Diffstat (limited to 'xt.pc.in')
-rw-r--r-- | xt.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xt.pc.in b/xt.pc.in new file mode 100644 index 0000000..e969d67 --- /dev/null +++ b/xt.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xt +Description: X Toolkit Library +Version: @VERSION@ +Cflags: -I${includedir} @XT_CFLAGS@ +Libs: -L${libdir} -lXt @XT_LIBS@ |