summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac2
3 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 662e14e..258c2cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu May 12 11:49:10 2005 Søren Sandmann <sandmann@redhat.com>
+
+ * Makefile.am, configure.ac: Remove references to Xtransdef.h.
+
2005-05-12 Daniel Stone <daniel@freedesktop.org>
* configure.ac:
diff --git a/Makefile.am b/Makefile.am
index 99c8ef5..d83ef9b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,7 @@
-Xtransincludedir = $(libdir)/X11/Xtrans
+Xtransincludedir = $(includedir)/X11/Xtrans
Xtransinclude_HEADERS = \
Xtrans.h \
Xtrans.c \
- Xtransdef.h \
Xtransdnet.c \
Xtransint.h \
Xtranslcl.c \
diff --git a/configure.ac b/configure.ac
index bd4d41d..7d2bfc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,8 +28,6 @@ AC_INIT(xtrans, 0.2, [keithp@keithp.com], xtrans)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
-AM_CONFIG_HEADER(Xtransdef.h)
-
# Because xtrans is included into other modules rather than being linked
# with, these defines have to be added to the cflags line