OSDN Git Service

Fix make dist.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 4 Oct 2012 08:30:12 +0000 (10:30 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 4 Oct 2012 11:29:35 +0000 (13:29 +0200)
The recent changes for Wayland support broke make dist. This is due
to the fact that DIST_SUBDIRS requires all subdirectories needed to
complete make dist. i.e. the generated list of subdirectories used
for make dist is *not* an union of DIST_SUBDIRS and SUBDIRS.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
src/Makefile.am

index 371585e..e057cf5 100644 (file)
@@ -121,7 +121,7 @@ endif
 i965_output_wayland.c: $(protocol_source_h)
 @wayland_scanner_rules@
 
-DIST_SUBDIRS = wayland
+DIST_SUBDIRS = $(SUBDIRS) wayland
 
 # Extra clean files so that maintainer-clean removes *everything*
 MAINTAINERCLEANFILES = Makefile.in config.h.in