From 769751fba3e32f49272d19799929e1ad5a3d2cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Thu, 19 May 2005 17:09:13 +0000 Subject: Add $(top_builddir)/include to INCLUDES --- sxpm/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sxpm/Makefile.am') diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am index 57d0c54..dddf992 100644 --- a/sxpm/Makefile.am +++ b/sxpm/Makefile.am @@ -4,6 +4,8 @@ bin_PROGRAMS = sxpm sxpm_CFLAGS = $(SXPM_CFLAGS) +INCLUDES = -I$(top_builddir)/include + sxpm_MANS = \ sxpm.1 -- cgit v1.2.1