mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
makefiles: drop DEBUG mangling
DEBUG is already set through make.tmpl.
This commit is contained in:
parent
3fa66d1036
commit
b184d7a2ca
@ -36,10 +36,6 @@ SOURCES = \
|
|||||||
lvm-functions.c \
|
lvm-functions.c \
|
||||||
refresh_clvmd.c
|
refresh_clvmd.c
|
||||||
|
|
||||||
ifeq ("@DEBUG@", "yes")
|
|
||||||
DEFS += -DDEBUG
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq (,$(findstring cman,, "@CLVMD@,"))
|
ifneq (,$(findstring cman,, "@CLVMD@,"))
|
||||||
SOURCES += clvmd-cman.c
|
SOURCES += clvmd-cman.c
|
||||||
LMLIBS += $(CMAN_LIBS) $(CONFDB_LIBS) $(DLM_LIBS)
|
LMLIBS += $(CMAN_LIBS) $(CONFDB_LIBS) $(DLM_LIBS)
|
||||||
|
Loading…
Reference in New Issue
Block a user