diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2012-09-06 16:16:50 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2012-09-17 08:07:04 -0700 |
commit | 2426a6a7112ae62755408a371831eddbe2d89d99 (patch) | |
tree | eb887b44553dde049e767aeff4db57fd37634a74 /Makefile.am | |
parent | 1b7ce582ceac74c7c5f1989c611b4f01a2a18434 (diff) |
libdrm: man page infrastructure and a few sample man pages
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 256a8cc9..8ecd9d93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,7 @@ if HAVE_EXYNOS EXYNOS_SUBDIR = exynos endif -SUBDIRS = . $(LIBKMS_SUBDIR) $(INTEL_SUBDIR) $(NOUVEAU_SUBDIR) $(RADEON_SUBDIR) $(OMAP_SUBDIR) $(EXYNOS_SUBDIR) tests include +SUBDIRS = . $(LIBKMS_SUBDIR) $(INTEL_SUBDIR) $(NOUVEAU_SUBDIR) $(RADEON_SUBDIR) $(OMAP_SUBDIR) $(EXYNOS_SUBDIR) tests include man libdrm_la_LTLIBRARIES = libdrm.la libdrm_ladir = $(libdir) |