mirror of
				https://github.com/bspeice/libcvautomation
				synced 2025-11-04 02:10:35 -05:00 
			
		
		
		
	Fix how library dependencies are built
This commit is contained in:
		@ -1,5 +1,5 @@
 | 
			
		||||
AM_CFLAGS = -Wall -Werror -O2 -I$(top_srcdir)/include/
 | 
			
		||||
AM_LDFLAGS =
 | 
			
		||||
AM_CFLAGS = -Wall -Werror -O2 -I$(top_srcdir)/include @X11_CFLAGS@ @XTEST_CFLAGS@ @CV_CFLAGS@
 | 
			
		||||
AM_LDFLAGS = @X11_LIBS@ @XTEST_LIBS@ @CV_LIBS@
 | 
			
		||||
AM_LIBS = -shared
 | 
			
		||||
 | 
			
		||||
#Lists the libraries to build
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user