Add Russian translation provided by Валерий Крувялис <valkru@mail.ru>
[xiph-mirror.git] / theora-exp / include / theora / Makefile.am
blob1491cd32b1b7c24eaa824e943309f893e1e6642d
1 ## Process this file with automake to produce Makefile.in
3 EXTRA_DIST = \
4   theoraenc.h
6 SUBDIRS = compat
8 if TH_ENCODER
9 TH_ENCODER_FILES= \
10   theoraenc.h
11 else
12 TH_ENCODER_FILES=
13 endif
15 theoraincludedir = $(includedir)/theora
17 theorainclude_HEADERS = codec.h theoradec.h $(TH_ENCODER_FILES)