[Pvfs2-developers] Re: [Pvfs2-cvs] commit by vilayann in
pvfs2-1/test/common/id-generator: module.mk.in
Murali Vilayannur
vilayann at mcs.anl.gov
Wed Sep 13 18:46:05 EDT 2006
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:
> cvs at parl.clemson.edu 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
>
>
More information about the Pvfs2-developers
mailing list