From 243328b16ed5f3985f47f338ef761839b76ac886 Mon Sep 17 00:00:00 2001 From: Roland Jax Date: Sun, 7 Dec 2014 18:05:47 +0100 Subject: [PATCH] fix ebusd Makefile.am --- src/ebusd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebusd/Makefile.am b/src/ebusd/Makefile.am index e4d02e6f..b1f2b13f 100644 --- a/src/ebusd/Makefile.am +++ b/src/ebusd/Makefile.am @@ -16,7 +16,7 @@ ebusd_SOURCES = bushandler.cpp \ ebusd_LDADD = $(top_srcdir)/src/lib/utils/libutils.a \ $(top_srcdir)/src/lib/ebus/libebus.a \ - -lpthread + -lpthread \ -lrt distclean-local: