summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: da42acd)
raw | patch | inline | side by side (parent: da42acd)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 3 Jun 2016 15:30:57 +0000 (17:30 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 3 Jun 2016 15:30:57 +0000 (17:30 +0200) |
src/daemon/Makefile.am | patch | blob | history |
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 2fe42ae02c79e3201a5fb75f349cd5af08bf4ae3..18aef36ca5b814afed244a7bbcd057a856cf69e9 100644 (file)
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
COMMON_LIBS += -lresolv
endif
if BUILD_WITH_LIBPTHREAD
-COMMON_LIBS += -lpthread
+COMMON_LIBS += $(PTHREAD_LIBS)
endif
if BUILD_WITH_LIBKSTAT
COMMON_LIBS += -lkstat