summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-25 21:47:56 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-25 21:47:56 +0000
commit58c7263ca5b64a21dc101bb4b24201ba67a8d068 (patch)
treeb6cd658ffb60326757b353db01d9d11cab61df63
parentb2e662de63948928e4cbc7e3ba90631f150c5137 (diff)
- Add FSlib to symlink.sh
- Change Xtrans includedir back to be X11/Xtrans, so that users of it can continue to include <X11/*> - Add build system for FSlib - Conditionally include config.h in xc/lib/FS - Remove redundant include of FSproto.h in xc/lib/FS - Add check to proto/X11/configure.ac whether -D_XOPEN_SOURCE is needed.
-rw-r--r--ChangeLog5
-rw-r--r--xtrans.pc.in5
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bf1a19..6b9b70b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 25 15:40:19 2005 Søren Sandmann <sandmann@redhat.com>
+
+ * xtrans.pc.in (Cflags): Go back to having the includedir be
+ X11/Xtrans.
+
2005-05-21 Alan Coopersmith <alan.coopersmith@sun.com>
* Makefile.am:
diff --git a/xtrans.pc.in b/xtrans.pc.in
index c8048d0..e8b7c73 100644
--- a/xtrans.pc.in
+++ b/xtrans.pc.in
@@ -1,10 +1,9 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
-includedir=@includedir@
-xtransincludedir=@includedir@/X11/Xtrans/X11
+includedir=@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@
+Cflags: -I${includedir} -D_BSD_SOURCE @fchown_define@ @sticky_bit_define@