mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-11-03 22:13:11 +03:00 
			
		
		
		
	Add builddir/src to the include path, for the generated config header when
building out of the source tree.
This commit is contained in:
		@@ -8,7 +8,10 @@ EXTRA_DIST = libssh2_config.h.in
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
lib_LTLIBRARIES = libssh2.la
 | 
					lib_LTLIBRARIES = libssh2.la
 | 
				
			||||||
 | 
					
 | 
				
			||||||
INCLUDES = -I$(top_srcdir)/include
 | 
					# srcdir/include for the shipped headers
 | 
				
			||||||
 | 
					# builddir/src for the generated config header when building out of the source
 | 
				
			||||||
 | 
					# tree
 | 
				
			||||||
 | 
					INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/src
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VERSION=-version-info 0:0:0
 | 
					VERSION=-version-info 0:0:0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user