From 3ca19a85802f67d89cb2cb95b70922ddc48c8c75 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 22 Mar 2019 14:01:34 +0200 Subject: [PATCH] fix link to systemd in tests --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index bec3026d..c9ce3c01 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,6 +1,6 @@ CXX ?= g++ CXXFLAGS = -Wall -pedantic -std=c++11 -pthread -Wconversion -O3 -I../include -fmax-errors=1 -LDPFALGS = -pthread +LDPFALGS = -pthread -lsystemd CPP_FILES := $(wildcard *.cpp) OBJ_FILES := $(addprefix ./,$(notdir $(CPP_FILES:.cpp=.o)))