blob: 027d134c5896ab2703df7e954a300162dd9f96af (
plain)
1
2
3
4
5
6
7
8
|
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign 1.6
oggincludedir = $(includedir)/ogg
ogginclude_HEADERS = ogg.h os_types.h
nodist_ogginclude_HEADERS = config_types.h
|