8 lines
159 B
Makefile
8 lines
159 B
Makefile
|
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
vorbisincludedir = $(includedir)/vorbis
|
||
|
|
||
|
vorbisinclude_HEADERS = codec.h vorbisfile.h vorbisenc.h
|
||
|
|
||
|
|