diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-11-17 19:21:01 -0500 |
---|---|---|
committer | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2011-11-21 10:33:10 +0200 |
commit | c1993fa8e5bf07bbd43b09ae2ec27c287725d81e (patch) | |
tree | ada9681e519501f8dea40ebf700c05d8d50b4ea1 | |
parent | 4eaba919fccc7618aee0b2f58294e460640bedb9 (diff) |
Remove -I linux_v26 as the directory does not exist
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | src/Makefile.am | 9 |
1 files 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 # |