From 703207d3b3718223d4b2711fb77fc96a4f3909ef Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 17 Jul 2005 10:32:57 +0000 Subject: fix build outside of $(srcdir) --- sxpm/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am index dddf992..27ecc95 100644 --- a/sxpm/Makefile.am +++ b/sxpm/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = sxpm sxpm_CFLAGS = $(SXPM_CFLAGS) -INCLUDES = -I$(top_builddir)/include +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include sxpm_MANS = \ sxpm.1 -- cgit v1.2.1