[lvm-devel] LVM2/test/unit Makefile.in

zkabelac at sourceware.org zkabelac at sourceware.org
Thu Jan 26 21:40:36 UTC 2012


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2012-01-26 21:40:36

Modified files:
	test/unit      : Makefile.in 

Log message:
	Build test run target only for $(TESTING)
	
	Add libraries properly in LDLIBS.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/unit/Makefile.in.diff?cvsroot=lvm2&r1=1.5&r2=1.6

--- LVM2/test/unit/Makefile.in	2011/12/11 15:19:41	1.5
+++ LVM2/test/unit/Makefile.in	2012/01/26 21:40:36	1.6
@@ -1,4 +1,4 @@
-# Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2011-2012 Red Hat, Inc. All rights reserved.
 #
 # This file is part of LVM2.
 #
@@ -16,11 +16,11 @@
 
 VPATH = $(srcdir)
 SOURCES = bitset_t.c matcher_t.c config_t.c run.c
-TARGETS = run
 
 include $(top_builddir)/make.tmpl
 ifeq ("$(TESTING)", "yes")
-LDFLAGS += -ldevmapper @CUNIT_LIBS@
+TARGETS = run
+LDLIBS += -ldevmapper @CUNIT_LIBS@
 CFLAGS += @CUNIT_CFLAGS@
 
 all: unit




More information about the lvm-devel mailing list