summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-06-27 11:26:34 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-06-27 11:28:37 +0200
commitc973f318d61e553907a9ffe43b2e274947ba6d63 (patch)
treea006baa6ebcacf5ca61cdb0918efd2db59c88136
parentae37214173405c4c67610e1dfbe3b5c3f21820d8 (diff)
downloadlibva-intel-driver-c973f318d61e553907a9ffe43b2e274947ba6d63.tar.gz
build: fix make dist for packaging.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
-rw-r--r--configure.ac1
-rw-r--r--src/shaders/post_processing/Makefile.am2
-rw-r--r--src/shaders/post_processing/gen7/Makefile.am5
-rw-r--r--src/shaders/vme/Makefile.am11
4 files changed, 13 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index e39f1d53..593e09d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,6 +178,7 @@ AC_OUTPUT([
src/shaders/post_processing/Makefile
src/shaders/post_processing/gen5_6/Makefile
src/shaders/post_processing/gen7/Makefile
+ src/shaders/post_processing/gen75/Makefile
src/shaders/render/Makefile
src/shaders/utils/Makefile
src/shaders/vme/Makefile
diff --git a/src/shaders/post_processing/Makefile.am b/src/shaders/post_processing/Makefile.am
index b19020f7..a0022ca9 100644
--- a/src/shaders/post_processing/Makefile.am
+++ b/src/shaders/post_processing/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = gen5_6 gen7
+SUBDIRS = gen5_6 gen7 gen75
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = Makefile.in
diff --git a/src/shaders/post_processing/gen7/Makefile.am b/src/shaders/post_processing/gen7/Makefile.am
index 0ecdad63..f1a1c601 100644
--- a/src/shaders/post_processing/gen7/Makefile.am
+++ b/src/shaders/post_processing/gen7/Makefile.am
@@ -95,8 +95,11 @@ $(INTEL_PP_GEN7_ASM): $(INTEL_PP_ASM) $(INTEL_PP_G4A)
CLEANFILES = $(INTEL_PP_GEN7_ASM)
EXTRA_DIST = \
+ $(INTEL_PP_ASM) \
+ $(INTEL_PP_G4A) \
+ $(INTEL_PP_G75B) \
$(INTEL_PP_G7B) \
- $(INTEL_PP_G75B)
+ $(NULL)
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = Makefile.in
diff --git a/src/shaders/vme/Makefile.am b/src/shaders/vme/Makefile.am
index e5c311ae..e3c401d3 100644
--- a/src/shaders/vme/Makefile.am
+++ b/src/shaders/vme/Makefile.am
@@ -60,15 +60,18 @@ CLEANFILES = $(INTEL_GEN6_ASM) $(INTEL_GEN7_ASM) $(INTEL_GEN75_ASM)
EXTRA_DIST = \
$(INTEL_G6A) \
$(INTEL_G6B) \
- $(INTEL_G7A) \
- $(INTEL_G7B) \
$(INTEL_G75A) \
$(INTEL_G75B) \
+ $(INTEL_G7A) \
+ $(INTEL_G7B) \
+ $(INTEL_GEN6_ASM) \
$(INTEL_GEN6_INC) \
- $(INTEL_GEN7_INC) \
+ $(INTEL_GEN75_ASM) \
$(INTEL_GEN75_INC) \
- $(VME_CORE) \
+ $(INTEL_GEN7_ASM) \
+ $(INTEL_GEN7_INC) \
$(VME75_CORE) \
+ $(VME_CORE) \
$(NULL)
# Extra clean files so that maintainer-clean removes *everything*