summaryrefslogtreecommitdiffstats
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-10-31 22:33:55 +0000
committerAlasdair Kergon <agk@redhat.com>2008-10-31 22:33:55 +0000
commit0f2c248eeef649fc895a3ca8918d2598c499f270 (patch)
tree4ce4f76a12572a1a6e575e054fcf0cc88b0a4f98 /make.tmpl.in
parent47ba0ed497c633d0622c67085dea0747399e2c98 (diff)
downloadlvm2-0f2c248eeef649fc895a3ca8918d2598c499f270.tar.gz
lvm2-0f2c248eeef649fc895a3ca8918d2598c499f270.tar.xz
lvm2-0f2c248eeef649fc895a3ca8918d2598c499f270.zip
no DMDIR
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 88b7bfd4..c5bd2c95 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -80,13 +80,6 @@ ifeq ("@INTL@", "yes")
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 @@ LIB_VERSION := $(shell cat $(top_srcdir)/VERSION | \
INCLUDES += -I$(top_srcdir)/include
-ifneq ("@DMDIR@", "")
- INCLUDES += -I@DMDIR@/include
-endif
-
ifdef DESTDIR
INCLUDES += -I$(DESTDIR)/usr/include
endif