[Pvfs2-cvs] commit by pw in pvfs2: Makefile.in

CVS commit program cvs at parl.clemson.edu
Thu Jul 19 18:36:47 EDT 2007


Update of /projects/cvsroot/pvfs2
In directory parlweb1:/tmp/cvs-serv21676

Modified Files:
	Makefile.in 
Log Message:
Add no portals libs unless requested.


Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/Makefile.in,v
diff -u -p -p -u -r1.248 -r1.249
--- Makefile.in	19 Jul 2007 22:35:50 -0000	1.248
+++ Makefile.in	19 Jul 2007 22:36:47 -0000	1.249
@@ -346,10 +346,12 @@ endif
 # Portals
 ifdef BUILD_PORTALS
     CFLAGS += -D__STATIC_METHOD_BMI_PORTALS__
+ifneq (, at PORTALS_LIBS@)
     PORTALSLIBS := -L at PORTALS_LIBDIR@ -lp3api -lp3lib -lp3utcp -lp3rt
     LIBS += $(PORTALSLIBS)
     LIBS_THREADED += $(PORTALSLIBS)
     SERVERLIBS += $(PORTALSLIBS)
+endif
 endif
 
 # enable mmap-readahead cache (unless disabled by configure)



More information about the Pvfs2-cvs mailing list