fix link to systemd in tests
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
CXX	?= g++
 | 
					CXX	?= g++
 | 
				
			||||||
CXXFLAGS	=  -Wall  -pedantic -std=c++11 -pthread -Wconversion -O3 -I../include -fmax-errors=1
 | 
					CXXFLAGS	=  -Wall  -pedantic -std=c++11 -pthread -Wconversion -O3 -I../include -fmax-errors=1
 | 
				
			||||||
LDPFALGS = -pthread
 | 
					LDPFALGS = -pthread -lsystemd
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CPP_FILES := $(wildcard *.cpp)
 | 
					CPP_FILES := $(wildcard *.cpp)
 | 
				
			||||||
OBJ_FILES := $(addprefix ./,$(notdir $(CPP_FILES:.cpp=.o)))
 | 
					OBJ_FILES := $(addprefix ./,$(notdir $(CPP_FILES:.cpp=.o)))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user