diff options
-rw-r--r-- | common/jpeg/simd/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/jpeg/simd/Makefile.am b/common/jpeg/simd/Makefile.am index 8e7469fa..92a095ea 100644 --- a/common/jpeg/simd/Makefile.am +++ b/common/jpeg/simd/Makefile.am @@ -20,6 +20,8 @@ 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 @@ -47,6 +49,11 @@ 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: |