diff options
author | Pierre Ossman <ossman@cendio.se> | 2009-07-10 12:47:13 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2009-07-10 12:47:13 +0000 |
commit | f132e7d072c58064079aa3d8af837dd05ee5c639 (patch) | |
tree | 8a32ea00ff8ed7124b9403a65c7d3f91308fc89a /common/jpeg | |
parent | ed6a55d2e3ddde3da1ef5d8269aa7fd25440657c (diff) | |
download | tigervnc-f132e7d072c58064079aa3d8af837dd05ee5c639.tar.gz tigervnc-f132e7d072c58064079aa3d8af837dd05ee5c639.zip |
Make sure the indirectly used assembly files get packaged.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3865 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/jpeg')
-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: |