From c1993fa8e5bf07bbd43b09ae2ec27c287725d81e Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 17 Nov 2011 19:21:01 -0500 Subject: Remove -I linux_v26 as the directory does not exist Signed-off-by: Gaetan Nadon --- src/Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6843dc5..6564fc8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,11 +24,10 @@ # _ladir passes a dummy rpath to libtool so the thing will actually link # TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. -AM_CPPFLAGS = \ - -I$(top_srcdir)/src/cim \ - -I$(top_srcdir)/src/gfx \ - -I$(top_srcdir)/src/panel \ - -I$(top_srcdir)/linux_v26 +AM_CPPFLAGS = \ + -I$(top_srcdir)/src/cim \ + -I$(top_srcdir)/src/gfx \ + -I$(top_srcdir)/src/panel # -DPNL_SUP is now provided by AMD_CFLAGS # -- cgit v1.2.3