summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-12-06 23:04:12 -0800
committerMatt Turner <mattst88@gmail.com>2014-12-12 12:11:48 -0800
commit7a08a1e61b888142e9dbb40a9f93839036850626 (patch)
tree9800b3aed5af6e831374f77a34c3a3d182daaea7 /src/Makefile.am
parentd1c1d6d9b6c973e8353148712a3e3091a2cd01c6 (diff)
egl: Drop unnecessary Makefile.am.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6be8140329a..1e8f26479b3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,7 +32,7 @@ SUBDIRS += glx
endif
if HAVE_EGL_PLATFORM_WAYLAND
-SUBDIRS += egl/wayland
+SUBDIRS += egl/wayland/wayland-egl egl/wayland/wayland-drm
endif
if HAVE_EGL_DRIVER_DRI2