[PATCH libXpm 5/9] libXpm make: remove redundant -I.

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


It is always included by Automake

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
-- 
1.6.0.4



More information about the xorg-devel mailing list