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 /radeon/Makefile.am
parent3b4f9fe26b87a6d1db56a2ed6d56824de112ce67 (diff)
downloadexternal-libgbm-d9b6a69252fb2c0b68470de2d1e46cd9fd4f1f03.tar.gz
external-libgbm-d9b6a69252fb2c0b68470de2d1e46cd9fd4f1f03.tar.xz
external-libgbm-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 'radeon/Makefile.am')
-rw-r--r--radeon/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/radeon/Makefile.am b/radeon/Makefile.am
index 4575065d..5cca394d 100644
--- a/radeon/Makefile.am
+++ b/radeon/Makefile.am
@@ -28,7 +28,6 @@ AM_CFLAGS = \
28 $(WARN_CFLAGS) \ 28 $(WARN_CFLAGS) \
29 $(VISIBILITY_CFLAGS) \ 29 $(VISIBILITY_CFLAGS) \
30 -I$(top_srcdir) \ 30 -I$(top_srcdir) \
31 -I$(top_srcdir)/radeon \
32 $(PTHREADSTUBS_CFLAGS) \ 31 $(PTHREADSTUBS_CFLAGS) \
33 -I$(top_srcdir)/include/drm 32 -I$(top_srcdir)/include/drm
34 33