mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	There's no need to specify the srcdir explicitly in _HEADERS and EXTRA_DIST. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Closes #10493
		
			
				
	
	
		
			11 lines
		
	
	
		
			159 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			159 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
libspldir = $(includedir)/libspl/sys
 | 
						|
libspl_HEADERS = \
 | 
						|
	byteorder.h \
 | 
						|
	errno.h \
 | 
						|
	mnttab.h \
 | 
						|
	mount.h \
 | 
						|
	param.h \
 | 
						|
	stat.h \
 | 
						|
	sysmacros.h \
 | 
						|
	zfs_context_os.h
 |