Whamcloud - gitweb
Removed unused include path
authoramrutjoshi <amrutjoshi>
Mon, 13 Jan 2003 10:43:31 +0000 (10:43 +0000)
committeramrutjoshi <amrutjoshi>
Mon, 13 Jan 2003 10:43:31 +0000 (10:43 +0000)
lustre/Rules
lustre/configure.in

index cbcf51f..0f2fa56 100644 (file)
@@ -21,4 +21,4 @@ tags:
        find $(top_srcdir)/../portals/ -name '*.[hc]' | xargs ctags -a
        find $(top_srcdir) -name '*.[hc]' | xargs ctags -a
 
-AM_CPPFLAGS="-I$(top_builddir)/include"
+AM_CPPFLAGS=-I$(top_builddir)/include
index c172cd2..6ef9286 100644 (file)
@@ -55,7 +55,9 @@ else
 fi
 AM_CONDITIONAL(LINUX25, test x$linux25 = xyes)
 
-KINCFLAGS='-I. -I$(top_srcdir)/include -I$(PORTALS)/include -I$(LINUX)/include'
+# Changed by Amrut Joshi on 01/13/2003
+#KINCFLAGS='-I. -I$(top_srcdir)/include -I$(PORTALS)/include -I$(LINUX)/include'
+KINCFLAGS='-I$(top_srcdir)/include -I$(PORTALS)/include -I$(LINUX)/include'
 CPPFLAGS="$KINCFLAGS $ARCHCPPFLAGS"
 
 portalsdir_def='$(top_srcdir)/../portals'