diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-13 22:53:43 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-13 22:53:43 +0000 |
commit | daa7168e9e0cdff5eb06b0c9a7155f8880681fff (patch) | |
tree | 14b48303f9021a0acf8234c7f6533cec5bb581ca | |
parent | d11d95fa4faec21655625b7de27d8a71c08ffe2d (diff) |
- For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in
<X11/...>
- For Xcomposite and Xdamage, don't link the build system out of the xc
tree
- Link the public X11 headers into their own directory
- Add links to XKeysymDB and XErrorDB
- Add links to all the Xlib man pages
- Add links to the lcUniConv subdirectory
- Conditionally include config.h in Xlib source
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | xtrans.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d83ef9b..2ba150c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -Xtransincludedir = $(includedir)/X11/Xtrans +Xtransincludedir = $(includedir)/X11/Xtrans/X11 Xtransinclude_HEADERS = \ Xtrans.h \ Xtrans.c \ diff --git a/xtrans.pc.in b/xtrans.pc.in index 9894942..6ef4a20 100644 --- a/xtrans.pc.in +++ b/xtrans.pc.in @@ -7,4 +7,4 @@ xtransincludedir=@includedir@/X11/Xtrans Name: XTrans Description: Abstract network code for X Version: @PACKAGE_VERSION@ -Cflags: -I${xtransincludedir} -I${includedir} -D_BSD_SOURCE @fchown_define@ @sticky_bit_define@ @birnan@ +Cflags: -I${xtransincludedir} -I${includedir} -D_BSD_SOURCE @fchown_define@ @sticky_bit_define@ |