From b818f5cf7f7d8240db2a94ebcc28603730760e48 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Fri, 15 Oct 2010 10:21:08 -0400 Subject: src make: remove -I$(top_builddir)/include This directory does not exist, only object code is created in "builddir". Signed-off-by: Gaetan Nadon --- sxpm/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am index a1fc4b8..1a8e5de 100644 --- a/sxpm/Makefile.am +++ b/sxpm/Makefile.am @@ -2,10 +2,9 @@ if BUILD_SXPM bin_PROGRAMS = sxpm +AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = $(CWARNFLAGS) $(SXPM_CFLAGS) -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include - sxpm_SOURCES = sxpm.c sxpm_LDADD = $(XPM_LIBS) $(SXPM_LIBS) $(top_builddir)/src/libXpm.la -- cgit v1.2.1