aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov2015-03-17 18:17:40 -0500
committerEmil Velikov2015-03-20 12:18:01 -0500
commitd9b6a69252fb2c0b68470de2d1e46cd9fd4f1f03 (patch)
tree7fc3ee3298e00b14de4e7d7e4fa79a7cda414351 /nouveau
parent3b4f9fe26b87a6d1db56a2ed6d56824de112ce67 (diff)
downloadexternal-libdrm-d9b6a69252fb2c0b68470de2d1e46cd9fd4f1f03.tar.gz
external-libdrm-d9b6a69252fb2c0b68470de2d1e46cd9fd4f1f03.tar.xz
external-libdrm-d9b6a69252fb2c0b68470de2d1e46cd9fd4f1f03.zip
autotools: remove ${srcdir} from the includes
Already handled by the build system. v2: s/compiler/build system/ Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'nouveau')
-rw-r--r--nouveau/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/nouveau/Makefile.am b/nouveau/Makefile.am
index 7543e43c..1ca235d2 100644
--- a/nouveau/Makefile.am
+++ b/nouveau/Makefile.am
@@ -4,7 +4,6 @@ AM_CFLAGS = \
4 $(WARN_CFLAGS) \ 4 $(WARN_CFLAGS) \
5 $(VISIBILITY_CFLAGS) \ 5 $(VISIBILITY_CFLAGS) \
6 -I$(top_srcdir) \ 6 -I$(top_srcdir) \
7 -I$(top_srcdir)/nouveau \
8 $(PTHREADSTUBS_CFLAGS) \ 7 $(PTHREADSTUBS_CFLAGS) \
9 -I$(top_srcdir)/include/drm \ 8 -I$(top_srcdir)/include/drm \
10 -DDEBUG 9 -DDEBUG