Browse Source

gcc: Add missing `-I' CPP flag.

* gcc-plugin/src/Makefile.am (AM_CPPFLAGS): Add
  `-I$(top_srcdir)/include'.  Thanks to Olivier Aumage.
Ludovic Courtès 14 years ago
parent
commit
72ee152845
1 changed files with 4 additions and 1 deletions
  1. 4 1
      gcc-plugin/src/Makefile.am

+ 4 - 1
gcc-plugin/src/Makefile.am

@@ -19,5 +19,8 @@ pkglib_LTLIBRARIES = starpu.la
 
 starpu_la_SOURCES = starpu.c c-expr.y
 
-AM_CPPFLAGS = -I$(GCC_PLUGIN_INCLUDE_DIR) -Wall -DYYERROR_VERBOSE=1
+AM_CPPFLAGS =						\
+  -I$(top_srcdir)/include				\
+  -I$(GCC_PLUGIN_INCLUDE_DIR) -Wall -DYYERROR_VERBOSE=1
+
 AM_LDFLAGS = -module