[PATCH libdrm 1/5] automake: wrap an insanely long line
Emil Velikov
emil.l.velikov at gmail.com
Sun Mar 8 07:28:51 PDT 2015
Humble ping. Would anyone be interesting and looking at this trivial series ?
On 25 February 2015 at 14:28, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> 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
>
More information about the dri-devel
mailing list