summaryrefslogtreecommitdiffstats
path: root/common/jpeg
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2009-09-07 11:28:11 +0000
committerAdam Tkac <atkac@redhat.com>2009-09-07 11:28:11 +0000
commitedeff45a2d89fe261f66bd6c23c646ad6bbfcb86 (patch)
treef22940afa9b5728eaadcf4fe6de4977408d592b9 /common/jpeg
parent8cfa1eda338a5647282d0464558a67eed9d10b70 (diff)
downloadtigervnc-edeff45a2d89fe261f66bd6c23c646ad6bbfcb86.tar.gz
tigervnc-edeff45a2d89fe261f66bd6c23c646ad6bbfcb86.zip
Fix tarball generation via `make dist`.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3898 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/jpeg')
-rw-r--r--common/jpeg/simd/Makefile.am13
1 files changed, 3 insertions, 10 deletions
diff --git a/common/jpeg/simd/Makefile.am b/common/jpeg/simd/Makefile.am
index 92a095ea..0f1d125d 100644
--- a/common/jpeg/simd/Makefile.am
+++ b/common/jpeg/simd/Makefile.am
@@ -2,7 +2,9 @@ noinst_LTLIBRARIES = libsimd.la
BUILT_SOURCES = jsimdcfg.inc
-EXTRA_DIST = nasm_lt.sh
+EXTRA_DIST = nasm_lt.sh jcclrmmx.asm jcclrss2.asm jdclrmmx.asm jdclrss2.asm \
+ jdmrgmmx.asm jdmrgss2.asm jcclrss2-64.asm jdclrss2-64.asm \
+ jdmrgss2-64.asm
if SIMD_X86_64
@@ -19,9 +21,6 @@ libsimd_la_SOURCES = jsimd_x86_64.c \
jccolss2-64.lo: jcclrss2-64.asm
jdcolss2-64.lo: jdclrss2-64.asm
jdmerss2-64.lo: jdmrgss2-64.asm
-
-EXTRA_DIST += jcclrss2-64.asm jdclrss2-64.asm jdmrgss2-64.asm
-
endif
if SIMD_I386
@@ -48,12 +47,6 @@ jdcolmmx.lo: jdclrmmx.asm
jdcolss2.lo: jdclrss2.asm
jdmermmx.lo: jdmrgmmx.asm
jdmerss2.lo: jdmrgss2.asm
-
-EXTRA_DIST += \
- jcclrmmx.asm jcclrss2.asm \
- jdclrmmx.asm jdclrss2.asm \
- jdmrgmmx.asm jdmrgss2.asm
-
endif
.asm.lo: