From 9f90ee9cdfc029f0d0a8836e9426c603dd21bb13 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 2 Dec 2014 00:10:38 +0000 Subject: [PATCH] automake: wrap an insanely long line Signed-off-by: Emil Velikov --- Makefile.am | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9514cc59..42d3d7f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,7 +73,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)