summaryrefslogtreecommitdiffstats
path: root/make.tmpl.in
diff options
context:
space:
mode:
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in21
1 files changed, 1 insertions, 20 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 9d3a905b..11b7f76c 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -27,6 +27,7 @@ SHELL = /bin/sh
INSTALL = @INSTALL@
LN_S = @LN_S@
LIBS = @LIBS@
+CFLAGS = @CFLAGS@
# Setup directory variables
prefix = $(DESTDIR)@prefix@
@@ -81,26 +82,6 @@ STRIP=
DEPS=$(top_srcdir)/make.tmpl Makefile $(INC_LNS)
-ifeq ("@READLINE@", "yes")
- CFLAGS += -DREADLINE_SUPPORT
-endif
-
-ifeq ("@DEVMAPPER@", "yes")
- CFLAGS += -DDEVMAPPER_SUPPORT
-endif
-
-ifeq ("@HAVE_RL_COMPLETION_MATCHES@", "yes")
- CFLAGS += -DHAVE_RL_COMPLETION_MATCHES
-endif
-
-ifeq ("@HAVE_LIBDL@", "yes")
- CFLAGS += -DHAVE_LIBDL
-endif
-
-ifeq ("@LVM1@", "internal")
- CFLAGS += -DLVM1_INTERNAL
-endif
-
OBJECTS=$(SOURCES:%.c=%.o)
SUBDIRS.install := $(SUBDIRS:=.install)