mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
6 lines
132 B
Makefile
6 lines
132 B
Makefile
AM_CXXFLAGS += `chroma-config --cxxflags`
|
|
AM_LDFLAGS += `chroma-config --ldflags`
|
|
LIBS += `chroma-config --libs`
|
|
|
|
include Make.inc
|