[Pvfs2-developers] Re: [Pvfs2-cvs] commit by vilayann in
pvfs2-1/test/common/id-generator: module.mk.in
Pete Wyckoff
pw at osc.edu
Wed Sep 13 17:54:15 EDT 2006
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