~ubuntu-branches/ubuntu/quantal/flac/quantal

« back to all changes in this revision

Viewing changes to src/libFLAC/Makefile.lite

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-12-06 16:57:20 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071206165720-ldii5tm8dq6zxg0l
Tags: 1.2.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: xmms-dev dropped to allow xmms to move to universe,
    adjust maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
ifeq ($(SOLARIS_BUILD),yes)
55
55
else
56
56
SRCS_NASM = \
 
57
        ia32/bitreader_asm.nasm \
57
58
        ia32/cpu_asm.nasm \
58
59
        ia32/fixed_asm.nasm \
59
 
        ia32/lpc_asm.nasm
 
60
        ia32/lpc_asm.nasm \
 
61
        ia32/stream_encoder_asm.nasm
60
62
endif
61
63
endif
62
64