This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2 make.tmpl.in


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2008-10-31 22:33:55

Modified files:
	.              : make.tmpl.in 

Log message:
	no DMDIR

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/make.tmpl.in.diff?cvsroot=lvm2&r1=1.57&r2=1.58

--- LVM2/make.tmpl.in	2008/10/08 12:50:13	1.57
+++ LVM2/make.tmpl.in	2008/10/31 22:33:55	1.58
@@ -80,13 +80,6 @@
   DEFS += -DINTL_PACKAGE=\"@INTL_PACKAGE@\" -DLOCALEDIR=\"@LOCALEDIR@\"
 endif
 
-ifneq ("@DMDIR@", "")
-  LDFLAGS += -L@DMDIR@/lib/ioctl
-  ifeq ("@DMEVENTD@", "yes")
-    LDFLAGS += -L@DMDIR@/dmeventd
-  endif
-endif
-
 LDFLAGS += -L$(top_srcdir)/lib -L$(libdir)
 
 #DEFS += -DDEBUG_POOL
@@ -105,10 +98,6 @@
 
 INCLUDES += -I$(top_srcdir)/include
 
-ifneq ("@DMDIR@", "")
-  INCLUDES += -I@DMDIR@/include
-endif
-
 ifdef DESTDIR
   INCLUDES += -I$(DESTDIR)/usr/include
 endif


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]