[Pvfs2-cvs] commit by pw in pvfs2/src/io/bmi/bmi_portals:
module.mk.in
CVS commit program
cvs at parl.clemson.edu
Thu Jul 19 18:08:39 EDT 2007
Update of /projects/cvsroot/pvfs2/src/io/bmi/bmi_portals
In directory parlweb1:/tmp/cvs-serv18641/src/io/bmi/bmi_portals
Modified Files:
module.mk.in
Log Message:
Use system-installed portals libs, if requested.
Index: module.mk.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi_portals/module.mk.in,v
diff -u -p -p -u -r1.1 -r1.2
--- module.mk.in 19 Jul 2007 14:54:44 -0000 1.1
+++ module.mk.in 19 Jul 2007 22:08:38 -0000 1.2
@@ -38,6 +38,8 @@ MODCFLAGS_$(DIR) := $(cflags)
#
# Portals headers.
#
+ifneq (, at PORTALS_INCDIR@)
MODCFLAGS_$(DIR)/portals.c := -I at PORTALS_INCDIR@
+endif
endif # BUILD_PORTALS
More information about the Pvfs2-cvs
mailing list