[Pvfs2-cvs] commit by kunkel in pvfs2/test/kernel/linux-2.6: module.mk.in

CVS commit program cvs at parl.clemson.edu
Wed May 23 16:48:53 EDT 2007


Update of /projects/cvsroot/pvfs2/test/kernel/linux-2.6
In directory parlweb1:/tmp/cvs-serv20193/test/kernel/linux-2.6

Modified Files:
      Tag: pvfs2-kunkel-tas-branch
	module.mk.in 
Log Message:
Merge HEAD changes to TAS-branch.


Index: module.mk.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/kernel/linux-2.6/module.mk.in,v
diff -p -u -r1.11 -r1.11.4.1
--- module.mk.in	28 Sep 2006 00:34:25 -0000	1.11
+++ module.mk.in	23 May 2007 20:48:53 -0000	1.11.4.1
@@ -1,5 +1,6 @@
 DIR := kernel/linux-2.6
 
+ifeq ($(LIBAIO_EXISTS),1)
 
 TESTSRC += \
 	$(DIR)/aio_test_append.c \
@@ -13,3 +14,6 @@ TESTSRC += \
 	$(DIR)/threaded_write.c
 
 MODLDFLAGS_$(DIR) := -laio
+
+endif
+



More information about the Pvfs2-cvs mailing list