1## Process this file with automake to create Makefile.in
2#
3# Copyright (C) 1996-2008 Markus F.X.J. Oberhumer
4#
5
6INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)
7
8noinst_PROGRAMS = lzotest
9
10lzotest_SOURCES = lzotest.c
11lzotest_LDADD = ../src/liblzo2.la
12lzotest_DEPENDENCIES = ../src/liblzo2.la
13
14EXTRA_DIST = asm.h db.h wrap.h wrapmisc.h mygetopt.ch mygetopt.h
15
16