mirror of https://github.com/OISF/suricata
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			315 B
		
	
	
	
		
			Makefile
		
	
			
		
		
	
	
			20 lines
		
	
	
		
			315 B
		
	
	
	
		
			Makefile
		
	
SUBDIRS = userguide
 | 
						|
 | 
						|
EXTRA_DIST = \
 | 
						|
AUTHORS \
 | 
						|
GITGUIDE \
 | 
						|
INSTALL \
 | 
						|
NEWS \
 | 
						|
README \
 | 
						|
TODO \
 | 
						|
INSTALL.PF_RING \
 | 
						|
INSTALL.WINDOWS \
 | 
						|
\
 | 
						|
Basic_Setup.txt \
 | 
						|
Setting_up_IPSinline_for_Linux.txt \
 | 
						|
Third_Party_Installation_Guides.txt
 | 
						|
 | 
						|
datarootdir=@datarootdir@
 | 
						|
docdir = ${datarootdir}/doc/${PACKAGE}
 | 
						|
dist_doc_DATA = ${EXTRA_DIST}
 |