blob: 39537bb2d47e9f14f3f6f361728fd3ca7d38ec04 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## Process this file with automake to create Makefile.in
#
# Copyright (C) 1996-2008 Markus F.X.J. Oberhumer
#
pkginclude_HEADERS = \
lzoconf.h lzodefs.h lzoutil.h lzo_asm.h \
lzo1.h lzo1a.h lzo1b.h lzo1c.h lzo1f.h lzo1x.h lzo1y.h lzo1z.h \
lzo2a.h
|