diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-02 18:00:50 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-02 18:00:50 +0000 |
commit | 40b7e438e4b441204ff47e1e25755162921d7c3e (patch) | |
tree | 46ee43b10d2ce23d3ec4fb9c5460baafb4761b31 | |
parent | b413f4c1dddc467014adf16bfe31627e65508c12 (diff) |
Make includedir=@includedir@ in xtrans.pc.in, not with /X11/Xtrans.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | xtrans.pc.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-07-03 Daniel Stone <daniel@freedesktop.org> + + * xtrans.pc.in: + Change ${includedir} to @includedir@, removing /X11/Xtrans. + 2005-06-22 Theo van Klaveren <t.vanklaveren@student.utwente.nl> Fix make distcheck. diff --git a/xtrans.pc.in b/xtrans.pc.in index e8b7c73..90d19b1 100644 --- a/xtrans.pc.in +++ b/xtrans.pc.in @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -includedir=@includedir@/X11/Xtrans +includedir=@includedir@ Name: XTrans Description: Abstract network code for X |