1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Changes in the Makefile to compile against Chroma on Linux

This commit is contained in:
Guido Cossu
2017-10-23 13:32:26 +01:00
parent 317ddfedee
commit 2e50b55ae4
2 changed files with 4 additions and 2 deletions

View File

@ -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