Merging the postbeta2 branch onto the mainline.
[platform/upstream/libvorbis.git] / include / vorbis / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4
5 includedir = $(prefix)/include/vorbis
6
7 include_HEADERS = backends.h codec.h mode_B.h mode_D.h modes.h\
8                 codebook.h mode_A.h mode_C.h mode_E.h vorbisfile.h
9
10 SUBDIRS = book
11