diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-23 18:09:40 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-23 18:09:40 +0000 |
commit | bd4ccfc68aba1bfd75350311b70c0c84c20f3137 (patch) | |
tree | d2897bf638ca2c757d379c022896fddce5c0e6d7 | |
parent | 9fc7ab9a00f99088432529af9129c5e4702e7c6f (diff) |
Modify modular libs to use Xregion.h instead of region.h
-rw-r--r-- | region.h | 10 | ||||
-rw-r--r-- | src/Makefile.am | 4 |
2 files changed, 1 insertions, 13 deletions
diff --git a/region.h b/region.h deleted file mode 100644 index 234fe7e..0000000 --- a/region.h +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Dummy header to work around the fact that Picture.c does - * - * #include "region.h" - * - * but the files is actually part of libX11 and installed in - * /usr/include/X11/region.h - * - */ -#include <X11/region.h> diff --git a/src/Makefile.am b/src/Makefile.am index 73284ed..0208819 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,9 +15,7 @@ libXrender_la_SOURCES = AddTrap.c \ Trap.c \ Tri.c \ Xrender.c \ - Xrender.h \ - Xrenderint.h \ - region.h + Xrenderint.h libXrender_la_LIBADD = @X_LIBS@ -lX11 |