diff options
author | Pierre Ossman <ossman@cendio.se> | 2009-03-16 13:34:18 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2009-03-16 13:34:18 +0000 |
commit | 39170cf556874949317835049ccc6ae92ba1d6f9 (patch) | |
tree | bf87e30b7aa7cb07e997b7d8bc70681fc84a9f52 /common/jpeg/simd/jdcolmmx.asm | |
parent | 598c2a5e2a2228b26e8059f23aa37b89f748e7d4 (diff) | |
download | tigervnc-39170cf556874949317835049ccc6ae92ba1d6f9.tar.gz tigervnc-39170cf556874949317835049ccc6ae92ba1d6f9.zip |
Work around subdirectory bug in older automake.
Older versions of automake doesn't properly support no-recursive make.
Reimplement the build system by having a local Makefile.am in the
simd/ directory.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3679 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/jpeg/simd/jdcolmmx.asm')
-rw-r--r-- | common/jpeg/simd/jdcolmmx.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/jpeg/simd/jdcolmmx.asm b/common/jpeg/simd/jdcolmmx.asm index 33d50634..742c9ceb 100644 --- a/common/jpeg/simd/jdcolmmx.asm +++ b/common/jpeg/simd/jdcolmmx.asm @@ -16,8 +16,8 @@ ; ; [TAB8] -%include "simd/jsimdext.inc" -%include "simd/jcolsamp.inc" +%include "jsimdext.inc" +%include "jcolsamp.inc" ; -------------------------------------------------------------------------- |