In addition this PR contains: - split of gluon-respondd provider into multiple source files - minor additional cleanups in gluon-mesh-babel respondd provider (untested, as the babel respondd provider already doesn't compile prior to these changes...)
		
			
				
	
	
		
			9 lines
		
	
	
		
			320 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			320 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all: respondd.so
 | |
| 
 | |
| CFLAGS += -Wall
 | |
| 
 | |
| SOURCES = respondd.c respondd-nodeinfo.c respondd-statistics.c respondd-neighbours.c
 | |
| 
 | |
| respondd.so: $(SOURCES) respondd-common.h
 | |
| 	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -shared -fPIC -fvisibility=hidden -D_GNU_SOURCE -o $@ $(SOURCES) $(LDLIBS) -lgluonutil -lplatforminfo -luci -liwinfo
 |