summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 61cf879..8f6538a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS := gallium/auxiliary
-AM_LDFLAGS = -lgbm -lm -ldl -I./gallium/include \
+AM_LDFLAGS = -lgbm -lm -ldl \
$(EPOXY_LIBS) \
$(CODE_COVERAGE_LDFLAGS)