summaryrefslogtreecommitdiffstats
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-11-04 15:55:27 +0000
committerAlasdair Kergon <agk@redhat.com>2008-11-04 15:55:27 +0000
commita479de2e75c2db37fbac87475e38ef69026223c1 (patch)
tree7b75fd55242fd7f5bf47a23779207df3af9a1271 /make.tmpl.in
parent56d884406846dcaf78840edf141690ad50de927a (diff)
downloadlvm2-a479de2e75c2db37fbac87475e38ef69026223c1.tar.gz
lvm2-a479de2e75c2db37fbac87475e38ef69026223c1.tar.xz
lvm2-a479de2e75c2db37fbac87475e38ef69026223c1.zip
dmeventd
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 6245a0da..64378ff6 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -86,6 +86,11 @@ endif
LDFLAGS += -L$(top_srcdir)/libdm -L$(top_srcdir)/lib
CLDFLAGS += -L$(top_srcdir)/libdm -L$(top_srcdir)/lib
+ifeq ("@DMEVENTD@", "yes")
+ LDFLAGS += -L$(top_srcdir)/daemons/dmeventd
+ CLDFLAGS += -L$(top_srcdir)/daemons/dmeventd
+endif
+
ifeq ("@DM_COMPAT@", "yes")
DEFS += -DDM_COMPAT
endif