diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | xtrans.pc.in | 2 |
2 files changed, 2 insertions, 2 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 \ diff --git a/xtrans.pc.in b/xtrans.pc.in index 9894942..6ef4a20 100644 --- a/xtrans.pc.in +++ b/xtrans.pc.in @@ -7,4 +7,4 @@ xtransincludedir=@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@ @birnan@ +Cflags: -I${xtransincludedir} -I${includedir} -D_BSD_SOURCE @fchown_define@ @sticky_bit_define@ |