Message ID | 1424874496-13540-1-git-send-email-emil.l.velikov@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Humble ping. Would anyone be interesting and looking at this trivial series ? On 25 February 2015 at 14:28, Emil Velikov <emil.l.velikov@gmail.com> wrote: > Signed-off-by: Emil Velikov <emil.l.velikov@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 >
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)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> --- Makefile.am | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-)