This is the mail archive of the
lvm2-cvs@sourceware.org
mailing list for the LVM2 project.
LVM2 make.tmpl.in
- From: agk at sourceware dot org
- To: lvm-devel at redhat dot com, lvm2-cvs at sourceware dot org
- Date: 31 Oct 2008 22:33:55 -0000
- Subject: 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