diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-17 23:17:40 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-20 17:18:01 +0000 |
commit | d9b6a69252fb2c0b68470de2d1e46cd9fd4f1f03 (patch) | |
tree | 7fc3ee3298e00b14de4e7d7e4fa79a7cda414351 /exynos | |
parent | 3b4f9fe26b87a6d1db56a2ed6d56824de112ce67 (diff) | |
download | libdrm-d9b6a69252fb2c0b68470de2d1e46cd9fd4f1f03.tar.gz libdrm-d9b6a69252fb2c0b68470de2d1e46cd9fd4f1f03.tar.bz2 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 'exynos')
-rw-r--r-- | exynos/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exynos/Makefile.am b/exynos/Makefile.am index 35bc71f3..a9da0ff5 100644 --- a/exynos/Makefile.am +++ b/exynos/Makefile.am @@ -2,7 +2,6 @@ AM_CFLAGS = \ $(WARN_CFLAGS) \ $(VISIBILITY_CFLAGS) \ -I$(top_srcdir) \ - -I$(top_srcdir)/exynos \ $(PTHREADSTUBS_CFLAGS) \ -I$(top_srcdir)/include/drm |