summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--riff/riff.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/riff/riff.mk b/riff/riff.mk
index b81d343..9361009 100644
--- a/riff/riff.mk
+++ b/riff/riff.mk
@@ -2,7 +2,7 @@
PREFIX := /usr
CXX=g++
-CFLAGS=-I../os_wrappers -I../CDAL -D_FILE_OFFSET_BITS=64 -DRIFF_CONFIG_PREFIX=\"$(PREFIX)\"
+CFLAGS=-I../os_wrappers -I../CDAL -D_FILE_OFFSET_BITS=64 -DRIFF_CONFIG_PREFIX=\"$(PREFIX)\" -I/usr/include/loadercomm
CXXFLAGS=$(CFLAGS)
LD=$(CXX) $(CXXFLAGS)
LDFLAGS=-L../CDAL