summaryrefslogtreecommitdiffstats
path: root/daemons/lvmetad
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/lvmetad')
-rw-r--r--daemons/lvmetad/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/daemons/lvmetad/Makefile.in b/daemons/lvmetad/Makefile.in
index 5480d70f..bf963572 100644
--- a/daemons/lvmetad/Makefile.in
+++ b/daemons/lvmetad/Makefile.in
@@ -31,10 +31,9 @@ CFLOW_TARGET = lvmetad
include $(top_builddir)/make.tmpl
-all: device-mapper
device-mapper: $(TARGETS)
-LIBS += -ldevmapper -ldaemon -lpthread
+LIBS += -ldevmapper -ldaemon $(PTHREAD_LIBS)
lvmetad: lvmetad-core.o
$(CC) $(CFLAGS) $(LDFLAGS) -L$(top_builddir)/daemons -o $@ lvmetad-core.o \