fix link to systemd in tests
This commit is contained in:
		
							parent
							
								
									9c12a44d6e
								
							
						
					
					
						commit
						3ca19a8580
					
				@ -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)))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user