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 /xtrans.pc.in | |
parent | b413f4c1dddc467014adf16bfe31627e65508c12 (diff) |
Make includedir=@includedir@ in xtrans.pc.in, not with /X11/Xtrans.
Diffstat (limited to 'xtrans.pc.in')
-rw-r--r-- | xtrans.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |