CVSROOT: /cvs/dm Module name: dmraid Changes by: heinzm@xxxxxxxxxxxxxx 2009-09-16 11:51:32 Modified files: lib : Makefile.in Log message: Avoid building dmreg.o Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/dmraid/lib/Makefile.in.diff?cvsroot=dm&r1=1.3&r2=1.4 --- dmraid/lib/Makefile.in 2009/09/16 11:45:12 1.3 +++ dmraid/lib/Makefile.in 2009/09/16 11:51:32 1.4 @@ -8,7 +8,7 @@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ -SOURCES=\ +SOURCES = \ activate/activate.c \ activate/devmapper.c \ device/ata.c \ @@ -45,7 +45,7 @@ format/ddf/ddf1_dump.c \ format/partition/dos.c -ifeq ( "@STATIC_LINK", "no") +ifeq ("@STATIC_LINK@", "no") SOURCES += register/dmreg.c endif -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel