mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
Changes in the Makefile to compile against Chroma on Linux
This commit is contained in:
parent
317ddfedee
commit
2e50b55ae4
@ -1,4 +1,5 @@
|
|||||||
AM_CXXFLAGS += `chroma-config --cxxflags`
|
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
|
include Make.inc
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# additional include paths necessary to compile the C++ library
|
# additional include paths necessary to compile the C++ library
|
||||||
|
|
||||||
AM_CXXFLAGS = -I$(top_srcdir)/include `chroma-config --cxxflags`
|
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
|
include Make.inc
|
||||||
|
Loading…
Reference in New Issue
Block a user