From e50f645f4cc5bb1db0e025fc6e39c6e84a894c13 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Fri, 15 Oct 2010 14:56:32 -0400 Subject: libXpm make: remove redundant -I. It is always included by Automake Signed-off-by: Gaetan Nadon --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 0c8652a..558baca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ lib_LTLIBRARIES=libXpm.la -AM_CPPFLAGS = -I. -I$(top_srcdir)/include/X11/ +AM_CPPFLAGS = -I$(top_srcdir)/include/X11/ AM_CFLAGS = $(CWARNFLAGS) $(XPM_CFLAGS) libXpm_la_LDFLAGS = -version-number 4:11:0 -no-undefined -- cgit v1.2.1