 dbd1e184e3
			
		
	
	
		dbd1e184e3
		
	
	
	
	
		
			
			This implements minimal IMC and IMV to allow TNC testing with PEAP (SoH) and TTLS/FAST with EAP-TNC. Signed-off-by: Jouni Malinen <j@w1.fi>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			262 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			262 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| CFLAGS += -I$(abspath ../../../src)
 | |
| CFLAGS += -I$(abspath ../../../src/utils)
 | |
| 
 | |
| ALL=libhostap_imc.so libhostap_imv.so libhostap2_imc.so libhostap2_imv.so
 | |
| all: $(ALL)
 | |
| 
 | |
| lib%.so: %.c
 | |
| 	$(CC) $(LDFLAGS) -o $@ $(CFLAGS) -shared -rdynamic -fPIC $<
 | |
| 
 | |
| clean:
 | |
| 	rm -f $(ALL)
 |