summaryrefslogtreecommitdiff
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2022-09-05 15:57:21 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2022-09-21 14:58:34 +0200
commitcbfdb8735831412a7c87ce57c0ada5f1ee1c2358 (patch)
tree214c82fe835ce7f4bb6af7652769615188d8076f /make.tmpl.in
parent1bf1aca544e6d422d34aea356e69d6dbf0bdf3ba (diff)
downloadlvm2-cbfdb8735831412a7c87ce57c0ada5f1ee1c2358.tar.gz
makefiles: use single libs definition
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index a390553a4..869b87e12 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -298,9 +298,7 @@ endif
endif
ifeq ("@BUILD_DMEVENTD@", "yes")
- DMEVENT_LIBS = -ldevmapper-event -L$(interfacebuilddir) -ldevmapper
- LDFLAGS += -L$(top_builddir)/daemons/dmeventd
- CLDFLAGS += -L$(top_builddir)/daemons/dmeventd
+ DMEVENT_LIBS = -L$(top_builddir)/daemons/dmeventd -ldevmapper-event -L$(interfacebuilddir) -ldevmapper
endif
# Combination of DEBUG_POOL and DEBUG_ENFORCE_POOL_LOCKING is not suppored.