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.
		
		
		
		
		
			
		
			
				
	
	
		
			15 lines
		
	
	
		
			509 B
		
	
	
	
		
			Makefile
		
	
			
		
		
	
	
			15 lines
		
	
	
		
			509 B
		
	
	
	
		
			Makefile
		
	
# not a GNU package. You can remove this line, if
 | 
						|
# have all needed files, that a GNU package needs
 | 
						|
AUTOMAKE_OPTIONS = foreign 1.4
 | 
						|
ACLOCAL_AMFLAGS = -I m4
 | 
						|
EXTRA_DIST = ChangeLog COPYING LICENSE suricata.yaml \
 | 
						|
             doc/AUTHORS doc/GITGUIDE doc/INSTALL doc/NEWS \
 | 
						|
             doc/README doc/TODO doc/INSTALL.PF_RING \
 | 
						|
             doc/INSTALL.WINDOWS classification.config \
 | 
						|
             reference.config rules/decoder-events.rules
 | 
						|
if BUILD_LIBHTP
 | 
						|
 HTP_DIR = libhtp
 | 
						|
endif
 | 
						|
SUBDIRS = $(HTP_DIR) src qa
 | 
						|
 |