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 /Makefile.am | |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 \ |