diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-09 15:56:48 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-09 15:56:48 +0000 |
commit | 62438b14130e0f8de6939767a108ef12558653a3 (patch) | |
tree | 032171c4173a7bf38b9dc08e838ec1b1ce2d7c30 /Makefile.am | |
parent | 7c8e397ddcbd0ae998cc4f23868726022d1aa47b (diff) |
Use $(includedir)/X11/Xtrans for Xtransincludedir
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 ce96754..41e8927 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -Xtransincludedir = $(includedir)/X11/Xtrans/X11 +Xtransincludedir = $(includedir)/X11/Xtrans Xtransinclude_HEADERS = \ Xtrans.h \ Xtrans.c \ |