From b1d84a9fc9b15232c09b6ce5d96c097fdd4f0a15 Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Thu, 9 Jun 2005 13:42:36 +0000 Subject: Use $(top_srcdir)/src instead of $(top_builddir)/src in INCLUDES --- ChangeLog | 5 +++++ cxpm/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4fde604..d749cc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-09 Alexander Gottwald + + * cxpm/Makefile.am: Use $(top_srcdir)/src instead of $(top_builddir)/src + in INCLUDES + 2005-05-19 Soren Sandmann * 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 -- cgit v1.2.1