automake: wrap an insanely long line
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>main
parent
fcff9e2165
commit
9f90ee9cdf
13
Makefile.am
13
Makefile.am
|
@ -73,7 +73,18 @@ if HAVE_TEGRA
|
||||||
TEGRA_SUBDIR = tegra
|
TEGRA_SUBDIR = tegra
|
||||||
endif
|
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_la_LTLIBRARIES = libdrm.la
|
||||||
libdrm_ladir = $(libdir)
|
libdrm_ladir = $(libdir)
|
||||||
|
|
Loading…
Reference in New Issue