Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 Makefile.am | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 3cb516c..e9a041d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,18 @@ if HAVE_TEGRA
 TEGRA_SUBDIR = tegra
 endif

-SUBDIRS = . $(LIBKMS_SUBDIR) $(INTEL_SUBDIR) $(NOUVEAU_SUBDIR) 
$(RADEON_SUBDIR) $(OMAP_SUBDIR) $(EXYNOS_SUBDIR) $(FREEDRENO_SUBDIR) 
$(TEGRA_SUBDIR) tests man
+SUBDIRS = \
+       . \
+       $(LIBKMS_SUBDIR) \
+       $(INTEL_SUBDIR) \
+       $(NOUVEAU_SUBDIR) \
+       $(RADEON_SUBDIR) \
+       $(OMAP_SUBDIR) \
+       $(EXYNOS_SUBDIR) \
+       $(FREEDRENO_SUBDIR) \
+       $(TEGRA_SUBDIR) \
+       tests \
+       man

 libdrm_la_LTLIBRARIES = libdrm.la
 libdrm_ladir = $(libdir)
-- 
2.1.3

Reply via email to