aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-10-20 17:08:25 -0700
committerDylan Baker <[email protected]>2017-11-02 11:39:44 -0700
commit10d869535cc704c6f787f6759951bb5c87969b29 (patch)
treec43b216f819bd009690909989e1c94b02a9ae807 /src/egl
parent529cdce799f30606ee857599f34de3ec9014dc09 (diff)
automake: Remove unused include path
Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Daniel Stone <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/egl')
-rw-r--r--src/egl/wayland/wayland-drm/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/egl/wayland/wayland-drm/Makefile.am b/src/egl/wayland/wayland-drm/Makefile.am
index b27edddafb1..57782da936d 100644
--- a/src/egl/wayland/wayland-drm/Makefile.am
+++ b/src/egl/wayland/wayland-drm/Makefile.am
@@ -1,5 +1,4 @@
-AM_CFLAGS = -I$(top_srcdir)/src/egl/main \
- -I$(top_srcdir)/include \
+AM_CFLAGS = -I$(top_srcdir)/include \
$(DEFINES) \
$(VISIBILITY_CFLAGS) \
$(WAYLAND_SERVER_CFLAGS)