aboutsummaryrefslogtreecommitdiffstats
path: root/minilzo/Makefile.am
blob: 4b3693c9d76b6d60ef6cff3865f9dcd9569ac5d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Process this file with automake to create Makefile.in
#
# Copyright (C) 1996-2008 Markus F.X.J. Oberhumer
#

AM_CPPFLAGS = -DMINILZO_HAVE_CONFIG_H
INCLUDES = -I$(top_srcdir)/include/lzo -I$(top_srcdir)/include

noinst_PROGRAMS = testmini

testmini_SOURCES = testmini.c minilzo.c

EXTRA_DIST = README.LZO Makefile.minilzo minilzo.h