mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	Changes in the Makefile to compile against Chroma on Linux
This commit is contained in:
		@@ -1,4 +1,5 @@
 | 
			
		||||
AM_CXXFLAGS += `chroma-config --cxxflags`
 | 
			
		||||
AM_LDFLAGS  += `chroma-config --ldflags` `chroma-config --libs`
 | 
			
		||||
AM_LDFLAGS  += `chroma-config --ldflags`
 | 
			
		||||
LIBS += `chroma-config --libs`
 | 
			
		||||
 | 
			
		||||
include Make.inc
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,7 @@
 | 
			
		||||
# additional include paths necessary to compile the C++ library
 | 
			
		||||
 | 
			
		||||
AM_CXXFLAGS = -I$(top_srcdir)/include `chroma-config --cxxflags`
 | 
			
		||||
AM_LDFLAGS = -L$(top_builddir)/lib `chroma-config --ldflags` `chroma-config --libs`
 | 
			
		||||
AM_LDFLAGS = -L$(top_builddir)/lib `chroma-config --ldflags` 
 | 
			
		||||
AM_LIBS = `chroma-config --libs`
 | 
			
		||||
 | 
			
		||||
include Make.inc
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user