~ubuntu-branches/ubuntu/quantal/libmpc/quantal

« back to all changes in this revision

Viewing changes to libmpcenc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-03-04 10:08:01 UTC
  • Revision ID: james.westby@ubuntu.com-20090304100801-k5vtj8jz06nomhlu
Tags: upstream-0.1~r435
Import upstream version 0.1~r435

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = -I$(top_srcdir)/include/
 
2
METASOURCES = AUTO
 
3
noinst_LIBRARIES = libmpcenc.a
 
4
libmpcenc_a_SOURCES = analy_filter.c bitstream.c encode_sv7.c huffsv7.c quant.c
 
5
 
 
6
 
 
7
noinst_HEADERS = libmpcenc.h
 
8
 
 
9