OSDN Git Service

Adding VLV PCI IDs.
[android-x86/external-libdrm.git] / Makefile.am
index 062feb4..13df80c 100644 (file)
@@ -73,7 +73,24 @@ 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
+if BUILD_MANPAGES
+if HAVE_MANPAGES_STYLESHEET
+MAN_SUBDIR = man
+endif
+endif
+
+SUBDIRS = \
+       . \
+       $(LIBKMS_SUBDIR) \
+       $(INTEL_SUBDIR) \
+       $(NOUVEAU_SUBDIR) \
+       $(RADEON_SUBDIR) \
+       $(OMAP_SUBDIR) \
+       $(EXYNOS_SUBDIR) \
+       $(FREEDRENO_SUBDIR) \
+       $(TEGRA_SUBDIR) \
+       tests \
+       $(MAN_SUBDIR)
 
 libdrm_la_LTLIBRARIES = libdrm.la
 libdrm_ladir = $(libdir)
@@ -82,6 +99,7 @@ libdrm_la_LIBADD = @CLOCK_LIB@
 
 libdrm_la_CPPFLAGS = -I$(top_srcdir)/include/drm
 AM_CFLAGS = \
+       $(WARN_CFLAGS) \
        $(VALGRIND_CFLAGS)
 
 libdrm_la_SOURCES = $(LIBDRM_FILES)