[PATCH libXpm 1/9] src make: remove -I$(top_builddir)/include

Gaetan Nadon memsize at videotron.ca
Sun Oct 17 15:06:33 PDT 2010


This directory does not exist, only object code is created
in "builddir".

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 sxpm/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 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
-- 
1.6.0.4



More information about the xorg-devel mailing list