Hi pete, Thanks for all the comments! I just checked in all these changes.. Removed ssl and crypto and added configure checks for openssl similar to the top level checks.. Murali
On Wed, 13 Sep 2006, Pete Wyckoff wrote: > [EMAIL PROTECTED] wrote on Wed, 13 Sep 2006 16:23 -0400: > > Update of /projects/cvsroot/pvfs2-1/test/common/id-generator > [..] > > Index: module.mk.in > > =================================================================== > > RCS file: /projects/cvsroot/pvfs2-1/test/common/id-generator/module.mk.in,v > > diff -p -u -r1.2 -r1.3 > > --- module.mk.in 15 Apr 2004 00:20:00 -0000 1.2 > > +++ module.mk.in 13 Sep 2006 20:23:05 -0000 1.3 > > @@ -1,2 +1,3 @@ > > DIR := common/id-generator > > TESTSRC += $(DIR)/test.c > > +MODLDFLAGS_$(DIR) = -lssl -lcrypto > > There's a bunch of these in every test/ dir. Seems possibly wrong > for a couple reasons. > > 1. Should it be global in test/Makefile.in instead? > > 2. Does it need to be conditionalized on the presence of the > openssl libraries from the configure step? > > -- Pete > > _______________________________________________ Pvfs2-developers mailing list [email protected] http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers
