summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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