summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-09 13:42:36 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-09 13:42:36 +0000
commitb1d84a9fc9b15232c09b6ce5d96c097fdd4f0a15 (patch)
tree8f70c4a88344556fb7084e0627b03feb5a42d71a
parent769751fba3e32f49272d19799929e1ad5a3d2cd0 (diff)
downloadxorg-lib-libXpm-b1d84a9fc9b15232c09b6ce5d96c097fdd4f0a15.tar.gz
Use $(top_srcdir)/src instead of $(top_builddir)/src in INCLUDES
-rw-r--r--ChangeLog5
-rw-r--r--cxpm/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fde604..d749cc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-09 Alexander Gottwald <ago@freedesktop.org>
+
+ * cxpm/Makefile.am: Use $(top_srcdir)/src instead of $(top_builddir)/src
+ in INCLUDES
+
2005-05-19 Soren Sandmann <ssp@aware-of-vacuity.boston.redhat.com>
* sxpm/Makefile.am: Add $(top_builddir)/include to INCLUDES
diff --git a/cxpm/Makefile.am b/cxpm/Makefile.am
index 7066d73..61bd3fa 100644
--- a/cxpm/Makefile.am
+++ b/cxpm/Makefile.am
@@ -1,6 +1,6 @@
bin_PROGRAMS = cxpm
-cxpm_CFLAGS = $(XPM_CFLAGS) -I$(top_builddir)/src -I$(top_srcdir)/include/X11
+cxpm_CFLAGS = $(XPM_CFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/include/X11
cxpm_MANS = \
cxpm.1