From: braam Date: Fri, 18 Oct 2002 05:10:48 +0000 (+0000) Subject: Amrut's patch for building extN outside the source. X-Git-Tag: 0.5.15~87 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=bf0bae5982f7a4014cf9598591fe87b1bd57e2c1;p=fs%2Flustre-release.git Amrut's patch for building extN outside the source. --- diff --git a/lustre/Rules b/lustre/Rules index 6c9e894..cbcf51f 100644 --- a/lustre/Rules +++ b/lustre/Rules @@ -21,3 +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"